Enable all Hexagon tests.
[oota-llvm.git] / test / CodeGen / X86 / fp-in-intregs.ll
index 15606c34886b98cbd25a5d05f70a847d01ad0b84..6966cf0497898ea1cc2a132157c88203de464f0c 100644 (file)
@@ -1,4 +1,5 @@
-; RUN: llvm-as < %s | llc -march=x86 -mcpu=yonah | not egrep {\(\(xor\|and\)ps\|movd\)}
+; RUN: llc < %s -march=x86 -mcpu=yonah | FileCheck %s
+; CHECK-NOT:     {{((xor|and)ps|movd)}}
 
 ; These operations should be done in integer registers, eliminating constant
 ; pool loads, movd's etc.