Update this test for a trivial register allocation difference.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@94989 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Dan Gohman 2010-02-01 19:00:32 +00:00
parent 4f8eea82d8
commit a00ef1122c

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