[AVX512] Enabling bit logic lowering
[oota-llvm.git] / test / CodeGen / X86 / switch-crit-edge-constant.ll
index 1f2ab0dbcbe96f774d038babfb2c92ff85edc868..18f987e72213326aa626d416a6ce3d8c12a86ad7 100644 (file)
@@ -1,6 +1,8 @@
 ; PR925
-; RUN: llc < %s -march=x86 | \
-; RUN:   grep mov.*str1 | count 1
+; RUN: llc < %s -march=x86 | FileCheck %s
+
+; CHECK:      {{mov.*str1}}
+; CHECK-NOT:  {{mov.*str1}}
 
 target datalayout = "e-p:32:32"
 target triple = "i686-apple-darwin8.7.2"