summaryrefslogtreecommitdiffstats
path: root/test/CodeGen/X86/2010-09-17-SideEffectsInChain.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/X86/2010-09-17-SideEffectsInChain.ll')
-rw-r--r--test/CodeGen/X86/2010-09-17-SideEffectsInChain.ll10
1 files changed, 5 insertions, 5 deletions
diff --git a/test/CodeGen/X86/2010-09-17-SideEffectsInChain.ll b/test/CodeGen/X86/2010-09-17-SideEffectsInChain.ll
index 8fe0309..eaede30 100644
--- a/test/CodeGen/X86/2010-09-17-SideEffectsInChain.ll
+++ b/test/CodeGen/X86/2010-09-17-SideEffectsInChain.ll
@@ -18,9 +18,9 @@ entry:
ret i32 0
}
-; CHECK: movq ___stack_chk_guard@GOTPCREL(%rip), %rax
-; CHECK: movb 30(%rsp), %dl
-; CHECK: movb (%rsp), %sil
-; CHECK: movb %sil, (%rsp)
-; CHECK: movb %dl, 30(%rsp)
+; CHECK: movq ___stack_chk_guard@GOTPCREL(%rip)
+; CHECK: movb 38(%rsp), [[R0:%.+]]
+; CHECK: movb 8(%rsp), [[R1:%.+]]
+; CHECK: movb [[R1]], 8(%rsp)
+; CHECK: movb [[R0]], 38(%rsp)
; CHECK: callq ___stack_chk_fail
OpenPOWER on IntegriCloud