rename function to avoid llvm-upgrade warning

llvm-svn: 39895
This commit is contained in:
Chris Lattner 2007-07-16 04:09:00 +00:00
parent b7c0c8a350
commit d8bdf53335
1 changed files with 1 additions and 1 deletions

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)