summaryrefslogtreecommitdiffstats
path: root/llvm/test/Regression/Transforms/InstCombine/shift-simplify.ll
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/test/Regression/Transforms/InstCombine/shift-simplify.ll')
-rw-r--r--llvm/test/Regression/Transforms/InstCombine/shift-simplify.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/Regression/Transforms/InstCombine/shift-simplify.ll b/llvm/test/Regression/Transforms/InstCombine/shift-simplify.ll
index b91637f7c4c..ce19384d165 100644
--- a/llvm/test/Regression/Transforms/InstCombine/shift-simplify.ll
+++ b/llvm/test/Regression/Transforms/InstCombine/shift-simplify.ll
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s | opt -instcombine | llvm-dis | egrep 'shl|lshr|ashr' | wc -l | grep 3
+; RUN: llvm-upgrade < %s | llvm-as | opt -instcombine | llvm-dis | egrep 'shl|lshr|ashr' | wc -l | grep 3
int %test0(int %A, int %B, ubyte %C) {
%X = shl int %A, ubyte %C
OpenPOWER on IntegriCloud