diff options
| author | Dan Gohman <gohman@apple.com> | 2009-03-11 23:01:47 +0000 |
|---|---|---|
| committer | Dan Gohman <gohman@apple.com> | 2009-03-11 23:01:47 +0000 |
| commit | 5637df37cd320053c8c93622f1dce22dd7ea9ddf (patch) | |
| tree | 30744eaa282c62b637f344045e1377170e4b0a5d /llvm/test | |
| parent | 0c88030abdc2b7aad69c899b0bc981c14f21d81d (diff) | |
| download | bcm5719-llvm-5637df37cd320053c8c93622f1dce22dd7ea9ddf.tar.gz bcm5719-llvm-5637df37cd320053c8c93622f1dce22dd7ea9ddf.zip | |
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
Diffstat (limited to 'llvm/test')
| -rw-r--r-- | llvm/test/CodeGen/X86/call-imm.ll | 9 |
1 files changed, 0 insertions, 9 deletions
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 ; <i32> [#uses=1] - ret i32 %0 -} |

