summaryrefslogtreecommitdiff
path: root/test/Transforms/InstCombine/zeroext-and-reduce.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/Transforms/InstCombine/zeroext-and-reduce.ll')
-rw-r--r--test/Transforms/InstCombine/zeroext-and-reduce.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Transforms/InstCombine/zeroext-and-reduce.ll b/test/Transforms/InstCombine/zeroext-and-reduce.ll
index 6c794a3e3f..e32f4b966c 100644
--- a/test/Transforms/InstCombine/zeroext-and-reduce.ll
+++ b/test/Transforms/InstCombine/zeroext-and-reduce.ll
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s | opt -instcombine | llvm-dis | grep 'and int %Y, 8'
+; RUN: llvm-upgrade < %s | llvm-as | opt -instcombine | llvm-dis | grep 'and int %Y, 8'
int %test1(ubyte %X) {
%Y = cast ubyte %X to int