[X86] Add a test case for r208252.
[oota-llvm.git] / test / CodeGen / X86 / widen_cast-6.ll
index 730fc71c6212e114fbab6668d90be74187cb8651..7c06ad8ca6648dc3127ea09e7d9ef0d75e54d19a 100644 (file)
@@ -1,5 +1,5 @@
-; RUN: llvm-as < %s | llc -march=x86 -mattr=+sse41 -disable-mmx -o %t
-; RUN: grep movd  %t | count 1
+; RUN: llc < %s -march=x86 -mattr=+sse4.1 | FileCheck %s
+; CHECK: movd
 
 ; Test bit convert that requires widening in the operand.