diff options
author | Chris Lattner <sabre@nondot.org> | 2007-01-12 21:16:56 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2007-01-12 21:16:56 +0000 |
commit | bcaae8d8a4840343af0243104ac62b4a4c320316 (patch) | |
tree | 5ea65e98de7a7141a807a9e08b879f8ddf2d0821 /test/CodeGen | |
parent | 5293e7d5d693e2e2f8f729856d6f3596b3ee244c (diff) | |
download | external_llvm-bcaae8d8a4840343af0243104ac62b4a4c320316.zip external_llvm-bcaae8d8a4840343af0243104ac62b4a4c320316.tar.gz external_llvm-bcaae8d8a4840343af0243104ac62b4a4c320316.tar.bz2 |
update this to work with recent asmprinter change
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@33143 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen')
-rw-r--r-- | test/CodeGen/X86/2006-07-28-AsmPrint-Long-As-Pointer.ll | 2 |
1 files changed, 1 insertions, 1 deletions
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 2ceda9e..26c71a3 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 -- -56 +; RUN: llvm-upgrade < %s | llvm-as | llc -march=x86 | grep -- 4294967240 ; PR853 %X = global int* cast (ulong 18446744073709551560 to int*) |