Use movups to lower memcpy and memset even if it's not fast (like corei7).
[oota-llvm.git] / test / CodeGen / X86 / 2010-09-17-SideEffectsInChain.ll
index 8fe0309421e509e03a60979f639a982592c441b9..66dc0eabac3aba3ac2f4ad99728a42ecc7a0155d 100644 (file)
@@ -19,8 +19,8 @@ entry:
 }
 
 ; 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: movb  30(%rsp), %cl
+; CHECK: movb  (%rsp), %dl
+; CHECK: movb  %dl, (%rsp)
+; CHECK: movb  %cl, 30(%rsp)
 ; CHECK: callq ___stack_chk_fail