mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-24 06:30:19 +00:00
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:
parent
5380e941ef
commit
e2ece3f479
@ -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
Block a user