summaryrefslogtreecommitdiff
path: root/test/Transforms/CondProp/phisimplify.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/Transforms/CondProp/phisimplify.ll')
-rw-r--r--test/Transforms/CondProp/phisimplify.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Transforms/CondProp/phisimplify.ll b/test/Transforms/CondProp/phisimplify.ll
index 818bcab40d..a4728eb191 100644
--- a/test/Transforms/CondProp/phisimplify.ll
+++ b/test/Transforms/CondProp/phisimplify.ll
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s | opt -condprop | llvm-dis | not grep phi
+; RUN: llvm-upgrade < %s | llvm-as | opt -condprop | llvm-dis | not grep phi
int %test(uint %C, bool %Val) {
switch uint %C, label %T1 [