rename function to avoid llvm-upgrade warning

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@39895 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Chris Lattner 2007-07-16 04:09:00 +00:00
parent 5380e941ef
commit e2ece3f479

View 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)