aboutsummaryrefslogtreecommitdiffstats
path: root/test/Transforms/InstCombine/bit-checks.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/Transforms/InstCombine/bit-checks.ll')
-rw-r--r--test/Transforms/InstCombine/bit-checks.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Transforms/InstCombine/bit-checks.ll b/test/Transforms/InstCombine/bit-checks.ll
index 79a096f..62c9ddc 100644
--- a/test/Transforms/InstCombine/bit-checks.ll
+++ b/test/Transforms/InstCombine/bit-checks.ll
@@ -1,7 +1,7 @@
; This test makes sure that these instructions are properly eliminated.
;
; RUN: opt < %s -instcombine -S | \
-; RUN: not grep {tobool}
+; RUN: not grep "tobool"
; END.
define i32 @main(i32 %argc, i8** %argv) nounwind ssp {
entry: