[AVX512] Enabling bit logic lowering
[oota-llvm.git] / test / CodeGen / X86 / 2003-11-03-GlobalBool.ll
index 4de3c79fdcbb61777158e6a3301d4c9126f40dbc..f201b981a87201a4e1cecf47799cbe8588cde74f 100644 (file)
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s | llc -march=x86 | \
-; RUN:   not grep {.byte\[\[:space:\]\]*true}
+; RUN: llc < %s -march=x86 | \
+; RUN:   not grep ".byte[[:space:]]*true"
 
 @X = global i1 true             ; <i1*> [#uses=0]