Bad bad bug. x86 force indirect tail call address into eax when it's meant to force...
[oota-llvm.git] / test / CodeGen / X86 / tailcallfp2.ll
index 3841f518976b7bf21f1f900612e0bb7a3905b04d..8bfae1bb8de5695a25928ca3ff7b2aaffa6a1ff2 100644 (file)
@@ -1,4 +1,4 @@
-; RUN: llc < %s -march=x86 -tailcallopt | grep {jmp} | grep {\\*%eax}
+; RUN: llc < %s -march=x86 -tailcallopt | grep {jmp} | grep {\\*%ecx}
 
 declare i32 @putchar(i32)