From: Chris Lattner Date: Sat, 29 Jul 2006 01:50:53 +0000 (+0000) Subject: New testcase for PR853 X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=03a4605d87909bec6ee84c5ada4db41f4b772fd9;p=oota-llvm.git New testcase for PR853 git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@29407 91177308-0d34-0410-b5e6-96231b3b80d8 --- 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 00000000000..f047a73e44f --- /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*) +