aboutsummaryrefslogtreecommitdiffstats
path: root/test/Transforms/LICM/sink_multiple_exits.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/Transforms/LICM/sink_multiple_exits.ll')
-rw-r--r--test/Transforms/LICM/sink_multiple_exits.ll3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/Transforms/LICM/sink_multiple_exits.ll b/test/Transforms/LICM/sink_multiple_exits.ll
index 860d730..75cfed7 100644
--- a/test/Transforms/LICM/sink_multiple_exits.ll
+++ b/test/Transforms/LICM/sink_multiple_exits.ll
@@ -1,7 +1,8 @@
; This testcase ensures that we can sink instructions from loops with
; multiple exits.
;
-; RUN: llvm-upgrade < %s | llvm-as | opt -licm | llvm-dis | %prcontext mul 1 | grep 'Out[12]:'
+; RUN: llvm-upgrade < %s | llvm-as | opt -licm | llvm-dis | \
+; RUN: %prcontext mul 1 | grep {Out\[12\]:}
int %test(int %N, bool %C) {
Entry: