forked from OSchip/llvm-project
rename function to avoid llvm-upgrade warning
llvm-svn: 39895
This commit is contained in:
parent
b7c0c8a350
commit
d8bdf53335
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue