For PR950:
[oota-llvm.git] / test / Transforms / Reassociate / shifttest.ll
index 6a65aafb186c3bbfc1d5e0f29105358d767db10d..0bfe0ec2df69005e284a80156ad68189751d08e7 100644 (file)
@@ -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 .*, ubyte 9'
+; RUN: llvm-upgrade < %s | llvm-as | opt -reassociate -instcombine | llvm-dis | grep 'shl .*, i8 9'
 
 int %test(int %A, int %B) {
        %X = shl int %A, ubyte 5