aboutsummaryrefslogtreecommitdiffstats
path: root/test/CodeGen/X86/tailcallfp2.ll
diff options
context:
space:
mode:
authorBill Wendling <isanbard@gmail.com>2010-03-11 19:50:31 +0000
committerBill Wendling <isanbard@gmail.com>2010-03-11 19:50:31 +0000
commitc6678b0014f915de8010fcfbb39461d371a5ca52 (patch)
tree76fa7420f0bf9c8d578ecae8613003f2bf2bcca2 /test/CodeGen/X86/tailcallfp2.ll
parent3192d14076dbe5724ce85b9d48644bb3c081f0e5 (diff)
downloadexternal_llvm-c6678b0014f915de8010fcfbb39461d371a5ca52.zip
external_llvm-c6678b0014f915de8010fcfbb39461d371a5ca52.tar.gz
external_llvm-c6678b0014f915de8010fcfbb39461d371a5ca52.tar.bz2
revert r98270.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@98281 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/X86/tailcallfp2.ll')
-rw-r--r--test/CodeGen/X86/tailcallfp2.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/X86/tailcallfp2.ll b/test/CodeGen/X86/tailcallfp2.ll
index 8bfae1b..3841f51 100644
--- a/test/CodeGen/X86/tailcallfp2.ll
+++ b/test/CodeGen/X86/tailcallfp2.ll
@@ -1,4 +1,4 @@
-; RUN: llc < %s -march=x86 -tailcallopt | grep {jmp} | grep {\\*%ecx}
+; RUN: llc < %s -march=x86 -tailcallopt | grep {jmp} | grep {\\*%eax}
declare i32 @putchar(i32)