summaryrefslogtreecommitdiffstats
path: root/llvm/test/Transforms/InstCombine/apint-and-or-and.ll
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/test/Transforms/InstCombine/apint-and-or-and.ll')
-rw-r--r--llvm/test/Transforms/InstCombine/apint-and-or-and.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/Transforms/InstCombine/apint-and-or-and.ll b/llvm/test/Transforms/InstCombine/apint-and-or-and.ll
index 6bea6126cdc..e60a1fa16df 100644
--- a/llvm/test/Transforms/InstCombine/apint-and-or-and.ll
+++ b/llvm/test/Transforms/InstCombine/apint-and-or-and.ll
@@ -11,7 +11,7 @@
;
; This tests arbitrary precision integers.
-; RUN: llvm-as < %s | opt -instcombine | llvm-dis | not grep 'or '
+; RUN: llvm-as < %s | opt -instcombine | llvm-dis | not grep {or }
define i17 @test1(i17 %X, i17 %Y) {
%A = and i17 %X, 7
OpenPOWER on IntegriCloud