diff options
-rw-r--r-- | llvm/test/CodeGen/X86/2009-09-07-CoalescerBug.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/X86/2009-09-07-CoalescerBug.ll b/llvm/test/CodeGen/X86/2009-09-07-CoalescerBug.ll index 55432be1c2c..a5b4a79401e 100644 --- a/llvm/test/CodeGen/X86/2009-09-07-CoalescerBug.ll +++ b/llvm/test/CodeGen/X86/2009-09-07-CoalescerBug.ll @@ -8,8 +8,8 @@ define i64 @hammer_time(i64 %modulep, i64 %physfree) nounwind ssp noredzone noimplicitfloat { ; CHECK: hammer_time: ; CHECK: movq $Xrsvd, %rax +; CHECK: movq $Xrsvd, %rsi ; CHECK: movq $Xrsvd, %rdi -; CHECK: movq $Xrsvd, %r8 entry: br i1 undef, label %if.then, label %if.end |