While emitting constant value, look through derived type and use underlying basic...
authorDevang Patel <dpatel@apple.com>
Wed, 20 Jul 2011 21:57:04 +0000 (21:57 +0000)
committerDevang Patel <dpatel@apple.com>
Wed, 20 Jul 2011 21:57:04 +0000 (21:57 +0000)
commit4ec14b0dee433a4f134d832e326a20839b1f777e
tree7cbc4ed05878284de03dcad8cd55b7a79c1702a3
parentdde038af59506c631ce181aff66e315a0c477f4d
While emitting constant value, look through derived type and use underlying basic type to determine size and signness of the constant value.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@135627 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/AsmPrinter/DwarfCompileUnit.cpp
test/CodeGen/X86/dbg-large-unsigned-const.ll [new file with mode: 0644]