summaryrefslogtreecommitdiffstats
path: root/test/Transforms/LoopSimplify/merge-exits.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/Transforms/LoopSimplify/merge-exits.ll')
-rw-r--r--test/Transforms/LoopSimplify/merge-exits.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Transforms/LoopSimplify/merge-exits.ll b/test/Transforms/LoopSimplify/merge-exits.ll
index 40ad2f4..8de5938 100644
--- a/test/Transforms/LoopSimplify/merge-exits.ll
+++ b/test/Transforms/LoopSimplify/merge-exits.ll
@@ -1,6 +1,6 @@
; RUN: opt < %s -loop-simplify -loop-rotate -instcombine -indvars -S -verify-loop-info -verify-dom-info > %t
; RUN: not grep sext %t
-; RUN: grep {phi i64} %t | count 1
+; RUN: grep "phi i64" %t | count 1
; Loopsimplify should be able to merge the two loop exits
; into one, so that loop rotate can rotate the loop, so