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 e171f3aacb..a863d55d4c 100644
--- a/test/Transforms/InstCombine/zeroext-and-reduce.ll
+++ b/test/Transforms/InstCombine/zeroext-and-reduce.ll
@@ -1,5 +1,5 @@
; RUN: llvm-upgrade < %s | llvm-as | opt -instcombine | llvm-dis | \
-; RUN: grep 'and i32 %Y.s, 8'
+; RUN: grep 'and i32 %Y, 8'
int %test1(ubyte %X) {
%Y = cast ubyte %X to int