diff options
Diffstat (limited to 'test/CodeGen/X86/coalesce-esp.ll')
-rw-r--r-- | test/CodeGen/X86/coalesce-esp.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/X86/coalesce-esp.ll b/test/CodeGen/X86/coalesce-esp.ll index e0f2796..a584876 100644 --- a/test/CodeGen/X86/coalesce-esp.ll +++ b/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 |