mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-28 04:33:05 +00:00
Add another case, which occurs in em3d
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9668 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
8ee9204309
commit
a5c5666d48
@ -41,4 +41,9 @@ short %test5(short %A) {
|
||||
%D = cast uint %C to short
|
||||
ret short %D
|
||||
}
|
||||
|
||||
|
||||
bool %test6(bool %A) {
|
||||
%B = cast bool %A to int
|
||||
%C = setne int %B, 0
|
||||
ret bool %C
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user