From 47925f2e6ce8955a1fac915edda9f05b4fee23c9 Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Sat, 29 Jul 2006 01:50:53 +0000 Subject: [PATCH] New testcase for PR853 llvm-svn: 29407 --- .../CodeGen/X86/2006-07-28-AsmPrint-Long-As-Pointer.ll | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 llvm/test/Regression/CodeGen/X86/2006-07-28-AsmPrint-Long-As-Pointer.ll diff --git a/llvm/test/Regression/CodeGen/X86/2006-07-28-AsmPrint-Long-As-Pointer.ll b/llvm/test/Regression/CodeGen/X86/2006-07-28-AsmPrint-Long-As-Pointer.ll new file mode 100644 index 000000000000..f047a73e44f3 --- /dev/null +++ b/llvm/test/Regression/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*) +