DwarfUnit: Pick a winner between isTypeSigned and isUnsignedDIType.
authorDavid Blaikie <dblaikie@gmail.com>
Sun, 11 May 2014 16:08:41 +0000 (16:08 +0000)
committerDavid Blaikie <dblaikie@gmail.com>
Sun, 11 May 2014 16:08:41 +0000 (16:08 +0000)
commitf2bd3350421964207a1ef258367afa74f33aa1cf
treeac06d8b9939a09031e1cfa21db33106054447086
parent9cfc5b23a12ebb8cbad3c8b7288b8708ce5f0143
DwarfUnit: Pick a winner between isTypeSigned and isUnsignedDIType.

And the winner by a nose is isUnsignedDIType, for no particular reason.

These two functions were just complements of each other and used in very
related code, so refactor callers to just use one of them.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@208500 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/AsmPrinter/DwarfUnit.cpp
lib/CodeGen/AsmPrinter/DwarfUnit.h