From 00810c39daf1dd00ac965d8163ea331adfe7c974 Mon Sep 17 00:00:00 2001 From: Bill Wendling Date: Thu, 11 Mar 2010 19:50:31 +0000 Subject: revert r98270. llvm-svn: 98281 --- llvm/test/CodeGen/X86/tailcallfp2.ll | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'llvm/test/CodeGen/X86/tailcallfp2.ll') diff --git a/llvm/test/CodeGen/X86/tailcallfp2.ll b/llvm/test/CodeGen/X86/tailcallfp2.ll index 8bfae1bb8de..3841f518976 100644 --- a/llvm/test/CodeGen/X86/tailcallfp2.ll +++ b/llvm/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) -- cgit v1.2.3