summaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/2006-07-28-AsmPrint-Long-As-Pointer.ll
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2006-07-29 01:50:53 +0000
committerChris Lattner <sabre@nondot.org>2006-07-29 01:50:53 +0000
commit03a4605d87909bec6ee84c5ada4db41f4b772fd9 (patch)
tree544624840fd16928deae3dc39311066f14336680 /test/CodeGen/X86/2006-07-28-AsmPrint-Long-As-Pointer.ll
parent501d529ccc77a092ca7fc1b21db72933a4c5859a (diff)
downloadllvm-03a4605d87909bec6ee84c5ada4db41f4b772fd9.tar.gz
llvm-03a4605d87909bec6ee84c5ada4db41f4b772fd9.tar.bz2
llvm-03a4605d87909bec6ee84c5ada4db41f4b772fd9.tar.xz
New testcase for PR853
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@29407 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.ll5
1 files changed, 5 insertions, 0 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
new file mode 100644
index 0000000000..f047a73e44
--- /dev/null
+++ b/test/CodeGen/X86/2006-07-28-AsmPrint-Long-As-Pointer.ll
@@ -0,0 +1,5 @@
+; RUN: llvm-as < %s | llc -march=x86 | grep 4294967240
+; PR853
+
+%X = global int* cast (ulong 18446744073709551560 to int*)
+