summaryrefslogtreecommitdiff
path: root/test/Transforms/LICM/sink_load.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/Transforms/LICM/sink_load.ll')
-rw-r--r--test/Transforms/LICM/sink_load.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Transforms/LICM/sink_load.ll b/test/Transforms/LICM/sink_load.ll
index a0bfc7f9f7..5b19b6ffb7 100644
--- a/test/Transforms/LICM/sink_load.ll
+++ b/test/Transforms/LICM/sink_load.ll
@@ -2,7 +2,7 @@
; result of the load is only used outside of the loop, sink the load instead of
; hoisting it!
;
-; RUN: llvm-as < %s | opt -licm | llvm-dis | %prcontext load 1 | grep Out:
+; RUN: llvm-upgrade < %s | llvm-as | opt -licm | llvm-dis | %prcontext load 1 | grep Out:
%X = global int 5