OSDN Git Service

Factorize code: rather than duplication the logic in getPointerTypeSizeInBits,
authorDuncan Sands <baldrick@free.fr>
Mon, 29 Oct 2012 14:30:05 +0000 (14:30 +0000)
committerDuncan Sands <baldrick@free.fr>
Mon, 29 Oct 2012 14:30:05 +0000 (14:30 +0000)
commitedece785500ed4420ab6d5052c76c392487f3f88
tree1cd1dcc026ea85ffe7963f67ff0cd9d289110b67
parentf578922cbc20bc8792d380405b825f9224567031
Factorize code: rather than duplication the logic in getPointerTypeSizeInBits,
just call getPointerTypeSizeInBits.  No functionality change.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@166926 91177308-0d34-0410-b5e6-96231b3b80d8
lib/VMCore/DataLayout.cpp