forked from OSchip/llvm-project
parent
93867e516a
commit
52783ab1d8
|
@ -99,3 +99,9 @@ int %test15(int %A, int %B) {
|
|||
%D = rem int %B, %C ;; X % -Y === X % Y
|
||||
ret int %D
|
||||
}
|
||||
|
||||
int %test16(int %A) {
|
||||
%X = div int %A, 1123
|
||||
%Y = sub int 0, %X
|
||||
ret int %Y
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue