aboutsummaryrefslogtreecommitdiff
path: root/test/Transforms/InstCombine/dce-iterate.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/Transforms/InstCombine/dce-iterate.ll')
-rw-r--r--test/Transforms/InstCombine/dce-iterate.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Transforms/InstCombine/dce-iterate.ll b/test/Transforms/InstCombine/dce-iterate.ll
index 1d2cc53210fe..1dd452254101 100644
--- a/test/Transforms/InstCombine/dce-iterate.ll
+++ b/test/Transforms/InstCombine/dce-iterate.ll
@@ -1,4 +1,4 @@
-; RUN: opt < %s -instcombine -S | grep {ret double .sy}
+; RUN: opt < %s -instcombine -S | grep "ret double .sy"
define internal double @ScaleObjectAdd(double %sx, double %sy, double %sz) nounwind {
entry: