summaryrefslogtreecommitdiffstats
path: root/llvm/test/Transforms/Reassociate/shifttest.ll
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/test/Transforms/Reassociate/shifttest.ll')
-rw-r--r--llvm/test/Transforms/Reassociate/shifttest.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/Transforms/Reassociate/shifttest.ll b/llvm/test/Transforms/Reassociate/shifttest.ll
index 0bfe0ec2df6..18c6e4e3205 100644
--- a/llvm/test/Transforms/Reassociate/shifttest.ll
+++ b/llvm/test/Transforms/Reassociate/shifttest.ll
@@ -1,6 +1,6 @@
; With shl->mul reassociation, we can see that this is (shl A, 9) * A
;
-; RUN: llvm-upgrade < %s | llvm-as | opt -reassociate -instcombine | llvm-dis | grep 'shl .*, i8 9'
+; RUN: llvm-upgrade < %s | llvm-as | opt -reassociate -instcombine | llvm-dis | grep 'shl .*, 9'
int %test(int %A, int %B) {
%X = shl int %A, ubyte 5
OpenPOWER on IntegriCloud