aboutsummaryrefslogtreecommitdiffstats
path: root/test/CodeGen/X86/2006-07-28-AsmPrint-Long-As-Pointer.ll
diff options
context:
space:
mode:
authorTanya Lattner <tonic@nondot.org>2008-03-25 04:26:08 +0000
committerTanya Lattner <tonic@nondot.org>2008-03-25 04:26:08 +0000
commit6f729d601c8a6a9710356aadb42dc8d0efa95bf2 (patch)
treee662b3ee5539d7594ab49eda3eae140424ce499d /test/CodeGen/X86/2006-07-28-AsmPrint-Long-As-Pointer.ll
parenta2fb634defce316ec972aa6f3ca3a941b4656f5e (diff)
downloadexternal_llvm-6f729d601c8a6a9710356aadb42dc8d0efa95bf2.zip
external_llvm-6f729d601c8a6a9710356aadb42dc8d0efa95bf2.tar.gz
external_llvm-6f729d601c8a6a9710356aadb42dc8d0efa95bf2.tar.bz2
Byebye llvm-upgrade!
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@48762 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/X86/2006-07-28-AsmPrint-Long-As-Pointer.ll')
-rw-r--r--test/CodeGen/X86/2006-07-28-AsmPrint-Long-As-Pointer.ll4
1 files changed, 2 insertions, 2 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 26c71a3..a82612b 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,5 +1,5 @@
-; RUN: llvm-upgrade < %s | llvm-as | llc -march=x86 | grep -- 4294967240
+; RUN: llvm-as < %s | llc -march=x86 | grep -- 4294967240
; PR853
-%X = global int* cast (ulong 18446744073709551560 to int*)
+@X = global i32* inttoptr (i64 -56 to i32*) ; <i32**> [#uses=0]