Integer constants now print out as signed values in the assembly,
authorReid Spencer <rspencer@reidspencer.com>
Thu, 21 Dec 2006 19:14:49 +0000 (19:14 +0000)
committerReid Spencer <rspencer@reidspencer.com>
Thu, 21 Dec 2006 19:14:49 +0000 (19:14 +0000)
regardless of the signedness of the associated type.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@32734 91177308-0d34-0410-b5e6-96231b3b80d8

test/CodeGen/X86/2006-07-28-AsmPrint-Long-As-Pointer.ll

index 805de7c62c1411aee60aeba285889f56be2a5c08..2ceda9ebbfc017ae19c4c635ec6e8e2614282740 100644 (file)
@@ -1,4 +1,4 @@
-; RUN: llvm-upgrade < %s | llvm-as | llc -march=x86 | grep 4294967240
+; RUN: llvm-upgrade < %s | llvm-as | llc -march=x86 | grep -- -56
 ; PR853
 
 %X = global int* cast (ulong 18446744073709551560 to int*)