summaryrefslogtreecommitdiff
path: root/test/Transforms/CorrelatedExprs/switch.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/Transforms/CorrelatedExprs/switch.ll')
-rw-r--r--test/Transforms/CorrelatedExprs/switch.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Transforms/CorrelatedExprs/switch.ll b/test/Transforms/CorrelatedExprs/switch.ll
index 8bf8964920..d8fad3e190 100644
--- a/test/Transforms/CorrelatedExprs/switch.ll
+++ b/test/Transforms/CorrelatedExprs/switch.ll
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s | opt -cee -constprop -instcombine -dce | llvm-dis | not grep 'REMOVE'
+; RUN: llvm-upgrade < %s | llvm-as | opt -cee -constprop -instcombine -dce | llvm-dis | not grep 'REMOVE'
int %test_case_values_should_propagate(int %A) {
switch int %A, label %D [