Convert another llc -filetype=obj test.
[oota-llvm.git] / test / CodeGen / X86 / fold-load.ll
index a1fc7dbd7b196169a1c2e6a800fac3d42579c3ce..dde0a2d1c5d399b0f5bc0a4161eb3a1886855c15 100644 (file)
@@ -38,10 +38,10 @@ L:
 
   store i16 %A, i16* %Q
   ret i32 %D
-  
+
 ; CHECK-LABEL: test2:
 ; CHECK:       movl    4(%esp), %eax
-; CHECK-NEXT:  movzwl  (%eax), %ecx
+; CHECK-NEXT:  movzwl  (%eax), %e{{..}}
 
 }