summaryrefslogtreecommitdiff
path: root/test/Transforms/LICM/no-preheader-test.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/Transforms/LICM/no-preheader-test.ll')
-rw-r--r--test/Transforms/LICM/no-preheader-test.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Transforms/LICM/no-preheader-test.ll b/test/Transforms/LICM/no-preheader-test.ll
index 8d2eef9933..954857ae3b 100644
--- a/test/Transforms/LICM/no-preheader-test.ll
+++ b/test/Transforms/LICM/no-preheader-test.ll
@@ -1,5 +1,5 @@
; Test that LICM works when there is not a loop-preheader
-; RUN: llvm-as < %s | opt -licm | llvm-dis
+; RUN: llvm-upgrade < %s | llvm-as | opt -licm | llvm-dis
void "testfunc"(int %i, bool %ifcond) {
br bool %ifcond, label %Then, label %Else