Flip the new block-placement pass to be on by default.
[oota-llvm.git] / test / CodeGen / X86 / widen_conv-3.ll
index 4ec76a908e8114bbc85b17f73231d937f719115f..a25fae9e1bc8d49a595a00ae8128b0a04c34b754 100644 (file)
@@ -1,5 +1,6 @@
-; RUN: llc < %s -march=x86 -mattr=+sse42 -disable-mmx -o %t
-; grep cvtsi2ss  %t | count 1 
+; RUN: llc < %s -march=x86 -mattr=+sse42 | FileCheck %s
+; CHECK: cvtsi2ss
+
 ; sign to float v2i16 to v2f32
 
 define void @convert(<2 x float>* %dst.addr, <2 x i16> %src) nounwind {