diff --git a/test/Transforms/InstCombine/mul.ll b/test/Transforms/InstCombine/mul.ll index d3963d5134d..1d5c2862819 100644 --- a/test/Transforms/InstCombine/mul.ll +++ b/test/Transforms/InstCombine/mul.ll @@ -65,7 +65,7 @@ uint %test11(int %a, uint %b) { ret uint %e } -uint %test11(ubyte %a, uint %b) { +uint %test12(ubyte %a, uint %b) { %c = setgt ubyte %a, 127 %d = cast bool %c to uint %e = mul uint %d, %b ; e = b & (a >> 31)