From 5637df37cd320053c8c93622f1dce22dd7ea9ddf Mon Sep 17 00:00:00 2001 From: Dan Gohman Date: Wed, 11 Mar 2009 23:01:47 +0000 Subject: Revert r66024. The JIT encoding for CALLpcrel32 is wrong -- see PR3773, and the assembly text output uses an indirect call ("call *") instead of a direct call. llvm-svn: 66735 --- llvm/test/CodeGen/X86/call-imm.ll | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 llvm/test/CodeGen/X86/call-imm.ll (limited to 'llvm/test') diff --git a/llvm/test/CodeGen/X86/call-imm.ll b/llvm/test/CodeGen/X86/call-imm.ll deleted file mode 100644 index 25b911f5971..00000000000 --- a/llvm/test/CodeGen/X86/call-imm.ll +++ /dev/null @@ -1,9 +0,0 @@ -; RUN: llvm-as < %s | llc -march=x86 | grep call | grep 12345678 -; RUN: llvm-as < %s | llc -march=x86-64 | grep call | grep 12345678 -; PR3666 - -define i32 @main() nounwind { -entry: - %0 = call i32 inttoptr (i32 12345678 to i32 (i32)*)(i32 0) nounwind ; [#uses=1] - ret i32 %0 -} -- cgit v1.2.3