Make these CHECKs a bit more strict.
[oota-llvm.git] / test / CodeGen / X86 / loop-strength-reduce-3.ll
index e2d77f2a6fd65ad831f449f4f54f5508502511a9..b1c9fb9c0772b17c9716016f928594ad41de5053 100644 (file)
@@ -1,7 +1,8 @@
-; RUN: llc < %s -mtriple=i386-apple-darwin -mcpu=corei7 -relocation-model=dynamic-no-pic | FileCheck %s
+; RUN: llc < %s -mtriple=i386-apple-darwin -relocation-model=dynamic-no-pic | 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