Enable all Hexagon tests.
[oota-llvm.git] / test / CodeGen / X86 / widen_cast-6.ll
index 0fa1b7a7604a9f7385e4b71dc274f9229d65499c..39032347c0181f143b05933f32c31cced9435ff0 100644 (file)
@@ -1,5 +1,5 @@
-; RUN: llvm-as < %s | llc -march=x86 -mattr=+sse41 -disable-mmx -o %t -f
-; RUN: grep movd  %t | count 1
+; RUN: llc < %s -march=x86 -mattr=+sse41 | FileCheck %s
+; CHECK: movd
 
 ; Test bit convert that requires widening in the operand.