Revert "X86 memcpy lowering: use "rep movs" even when esi is used as base pointer...
[oota-llvm.git] / test / CodeGen / X86 / inline-asm-sp-clobber-memcpy.ll
index f64ccb846837faf9414f4086238e96996ac54ad1..b55571bcba09e17f3e0a49e59f6cdf07eb6ead21 100644 (file)
@@ -13,7 +13,5 @@ define void @test1(%struct.foo* nocapture %x, i32 %y, i8* %z) nounwind {
 
 ; CHECK-LABEL: test1:
 ; CHECK: movl %esp, %esi
-; CHECK: movl %esi, %edx
-; CHECK: rep;movsl
-; CHECK: movl %edx, %esi
+; CHECK-NOT: rep;movsl
 }