diff options
Diffstat (limited to 'llvm/test/CodeGen/X86/coalesce-esp.ll')
-rw-r--r-- | llvm/test/CodeGen/X86/coalesce-esp.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/X86/coalesce-esp.ll b/llvm/test/CodeGen/X86/coalesce-esp.ll index e0f2796f9dc..a5848763c98 100644 --- a/llvm/test/CodeGen/X86/coalesce-esp.ll +++ b/llvm/test/CodeGen/X86/coalesce-esp.ll @@ -1,4 +1,4 @@ -; RUN: llc < %s | grep {movl %esp, %ecx} +; RUN: llc < %s | grep {movl %esp, %ebp} ; PR4572 ; Don't coalesce with %esp if it would end up putting %esp in |