summaryrefslogtreecommitdiff
path: root/test/Transforms/LICM/sink_inst.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/Transforms/LICM/sink_inst.ll')
-rw-r--r--test/Transforms/LICM/sink_inst.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Transforms/LICM/sink_inst.ll b/test/Transforms/LICM/sink_inst.ll
index 0cb2c25d7d..82d93571e7 100644
--- a/test/Transforms/LICM/sink_inst.ll
+++ b/test/Transforms/LICM/sink_inst.ll
@@ -2,7 +2,7 @@
; the instruction to the exit blocks instead of executing it on every
; iteration of the loop.
;
-; RUN: llvm-as < %s | opt -licm | llvm-dis | %prcontext mul 1 | grep Out:
+; RUN: llvm-upgrade < %s | llvm-as | opt -licm | llvm-dis | %prcontext mul 1 | grep Out:
int %test(int %N) {
Entry: