[AVX512] Enabling bit logic lowering
[oota-llvm.git] / test / CodeGen / X86 / store-fp-constant.ll
index 206886bb608fdcc585a5652b6a2263c869d82571..71df8d3109e6136e94d3edcf93f8dd10bfc12c25 100644 (file)
@@ -1,5 +1,8 @@
-; RUN: llc < %s -march=x86 | not grep rodata
-; RUN: llc < %s -march=x86 | not grep literal
+; RUN: llc < %s -march=x86 | FileCheck %s
+
+; CHECK-NOT: rodata
+; CHECK-NOT: literal
+
 ;
 ; Check that no FP constants in this testcase ends up in the 
 ; constant pool.