From 787bfe654cd617425f07255188d98fe0c2db34c1 Mon Sep 17 00:00:00 2001 From: Reid Spencer Date: Thu, 21 Dec 2006 19:14:49 +0000 Subject: [PATCH] Integer constants now print out as signed values in the assembly, 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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/CodeGen/X86/2006-07-28-AsmPrint-Long-As-Pointer.ll b/test/CodeGen/X86/2006-07-28-AsmPrint-Long-As-Pointer.ll index 805de7c62c1..2ceda9ebbfc 100644 --- a/test/CodeGen/X86/2006-07-28-AsmPrint-Long-As-Pointer.ll +++ b/test/CodeGen/X86/2006-07-28-AsmPrint-Long-As-Pointer.ll @@ -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*)