rename function to avoid llvm-upgrade warning
authorChris Lattner <sabre@nondot.org>
Mon, 16 Jul 2007 04:09:00 +0000 (04:09 +0000)
committerChris Lattner <sabre@nondot.org>
Mon, 16 Jul 2007 04:09:00 +0000 (04:09 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@39895 91177308-0d34-0410-b5e6-96231b3b80d8

test/Transforms/InstCombine/mul.ll

index d3963d5134d92e87fcc5bbebf7db8f8904239083..1d5c2862819e932ee92d6da97101ae327185631e 100644 (file)
@@ -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)