summaryrefslogtreecommitdiffstats
path: root/test/Transforms/InstCombine/add-shrink.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/Transforms/InstCombine/add-shrink.ll')
-rw-r--r--test/Transforms/InstCombine/add-shrink.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Transforms/InstCombine/add-shrink.ll b/test/Transforms/InstCombine/add-shrink.ll
index cc57478..3edb392 100644
--- a/test/Transforms/InstCombine/add-shrink.ll
+++ b/test/Transforms/InstCombine/add-shrink.ll
@@ -1,4 +1,4 @@
-; RUN: opt < %s -instcombine -S | grep {add nsw i32}
+; RUN: opt < %s -instcombine -S | grep "add nsw i32"
; RUN: opt < %s -instcombine -S | grep sext | count 1
; Should only have one sext and the add should be i32 instead of i64.