summaryrefslogtreecommitdiff
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.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Transforms/LICM/sink_multiple.ll b/test/Transforms/LICM/sink_multiple.ll
index a98a17fbd5..61cf6909e6 100644
--- a/test/Transforms/LICM/sink_multiple.ll
+++ b/test/Transforms/LICM/sink_multiple.ll
@@ -3,7 +3,7 @@
; instructions from the loop. Instead they got hoisted, which is better than
; leaving them in the loop, but increases register pressure pointlessly.
-; RUN: llvm-as < %s | opt -licm | llvm-dis | %prcontext getelementptr 1 | grep Out:
+; RUN: llvm-upgrade < %s | llvm-as | opt -licm | llvm-dis | %prcontext getelementptr 1 | grep Out:
%Ty = type { int, int }
%X = external global %Ty