summaryrefslogtreecommitdiffstats
path: root/test/Transforms/InstCombine/pr2645-0.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/Transforms/InstCombine/pr2645-0.ll')
-rw-r--r--test/Transforms/InstCombine/pr2645-0.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Transforms/InstCombine/pr2645-0.ll b/test/Transforms/InstCombine/pr2645-0.ll
index 9bcaa43..e8aeb2a 100644
--- a/test/Transforms/InstCombine/pr2645-0.ll
+++ b/test/Transforms/InstCombine/pr2645-0.ll
@@ -1,4 +1,4 @@
-; RUN: opt < %s -instcombine -S | grep {insertelement <4 x float> undef}
+; RUN: opt < %s -instcombine -S | grep "insertelement <4 x float> undef"
; Instcombine should be able to prove that none of the
; insertelement's first operand's elements are needed.