Speculatively revert commit 164885 (nadav) in the hope of ressurecting a pile of
[oota-llvm.git] / test / CodeGen / X86 / loop-strength-reduce.ll
index d197451eee322654b57f796d65a1cebc0fab9ec3..42c6ac4983dbeb2e83ddc43413162df4cea70214 100644 (file)
@@ -1,7 +1,8 @@
-; RUN: llc < %s -march=x86 -mcpu=corei7 -relocation-model=static | FileCheck %s
+; RUN: llc < %s -march=x86 -relocation-model=static | FileCheck %s
 
 ; CHECK: align
-; CHECK: movlpd %xmm0, -4(%ecx)
+; CHECK: movl  $4, -4(%ecx)
+; CHECK: movl  $5, (%ecx)
 ; CHECK: addl  $4, %ecx
 ; CHECK: decl  %eax
 ; CHECK: jne