Update this test for a trivial register allocation difference.

llvm-svn: 94989
This commit is contained in:
Dan Gohman 2010-02-01 19:00:32 +00:00
parent 8b9ed55bfb
commit 36bca4e4ba

View File

@ -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