From 30143763b9a4b670ccb5b064626fbe90ff97830a 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. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@66735 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/CodeGen/X86/call-imm.ll | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 test/CodeGen/X86/call-imm.ll (limited to 'test/CodeGen/X86/call-imm.ll') diff --git a/test/CodeGen/X86/call-imm.ll b/test/CodeGen/X86/call-imm.ll deleted file mode 100644 index 25b911f597..0000000000 --- a/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