summaryrefslogtreecommitdiff
path: root/test/Transforms/ADCE/2002-05-22-PHITest.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/Transforms/ADCE/2002-05-22-PHITest.ll')
-rw-r--r--test/Transforms/ADCE/2002-05-22-PHITest.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Transforms/ADCE/2002-05-22-PHITest.ll b/test/Transforms/ADCE/2002-05-22-PHITest.ll
index e13536cac0..cf9872e2e1 100644
--- a/test/Transforms/ADCE/2002-05-22-PHITest.ll
+++ b/test/Transforms/ADCE/2002-05-22-PHITest.ll
@@ -1,6 +1,6 @@
; It is illegal to remove BB1 because it will mess up the PHI node!
;
-; RUN: llvm-as < %s | opt -adce | llvm-dis | grep BB1
+; RUN: llvm-upgrade < %s | llvm-as | opt -adce | llvm-dis | grep BB1
int "test"(bool %C, int %A, int %B) {