diff options
author | Evan Cheng <evan.cheng@apple.com> | 2010-02-01 02:13:39 +0000 |
---|---|---|
committer | Evan Cheng <evan.cheng@apple.com> | 2010-02-01 02:13:39 +0000 |
commit | ed8ca56eeb21bae23e832c05905d3a2ce5016e6f (patch) | |
tree | 59086456c16f2605693c7fb20af46026a3f6f712 /llvm/test | |
parent | 1cb8b33d61c255e49a5f95c34abd407f39d37dd8 (diff) | |
download | bcm5719-llvm-ed8ca56eeb21bae23e832c05905d3a2ce5016e6f.tar.gz bcm5719-llvm-ed8ca56eeb21bae23e832c05905d3a2ce5016e6f.zip |
Undo r94946 now all the tests are passing again.
llvm-svn: 94970
Diffstat (limited to 'llvm/test')
-rw-r--r-- | llvm/test/CodeGen/X86/tailcall2.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/X86/tailcall2.ll b/llvm/test/CodeGen/X86/tailcall2.ll index e78e213d646..1e288f57651 100644 --- a/llvm/test/CodeGen/X86/tailcall2.ll +++ b/llvm/test/CodeGen/X86/tailcall2.ll @@ -73,7 +73,7 @@ entry: ; 32: call {{_?}}bar ; 64: t6: -; 64: callq {{_?}}t6 +; 64: jmp {{_?}}t6 ; 64: jmp {{_?}}bar %0 = icmp slt i32 %x, 10 br i1 %0, label %bb, label %bb1 |