aboutsummaryrefslogtreecommitdiffstats
path: root/test/Transforms/LICM/sink_trapping_inst.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/Transforms/LICM/sink_trapping_inst.ll')
-rw-r--r--test/Transforms/LICM/sink_trapping_inst.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Transforms/LICM/sink_trapping_inst.ll b/test/Transforms/LICM/sink_trapping_inst.ll
index 4842331..8e67c00 100644
--- a/test/Transforms/LICM/sink_trapping_inst.ll
+++ b/test/Transforms/LICM/sink_trapping_inst.ll
@@ -1,7 +1,7 @@
; Potentially trapping instructions may be sunk as long as they are guaranteed
; to be executed.
;
-; RUN: llvm-as < %s | opt -licm | llvm-dis | %prcontext div 1 | grep Out:
+; RUN: llvm-upgrade < %s | llvm-as | opt -licm | llvm-dis | %prcontext div 1 | grep Out:
int %test(int %N) {
Entry: