aboutsummaryrefslogtreecommitdiffstats
path: root/test/Transforms/LICM/sink_multiple.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/Transforms/LICM/sink_multiple.ll')
-rw-r--r--test/Transforms/LICM/sink_multiple.ll3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/Transforms/LICM/sink_multiple.ll b/test/Transforms/LICM/sink_multiple.ll
index 61cf690..49b35b6 100644
--- a/test/Transforms/LICM/sink_multiple.ll
+++ b/test/Transforms/LICM/sink_multiple.ll
@@ -3,7 +3,8 @@
; instructions from the loop. Instead they got hoisted, which is better than
; leaving them in the loop, but increases register pressure pointlessly.
-; RUN: llvm-upgrade < %s | llvm-as | opt -licm | llvm-dis | %prcontext getelementptr 1 | grep Out:
+; RUN: llvm-upgrade < %s | llvm-as | opt -licm | llvm-dis | \
+; RUN: %prcontext getelementptr 1 | grep Out:
%Ty = type { int, int }
%X = external global %Ty