mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-28 04:33:05 +00:00
Yet another testcase
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@6871 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
8186a94e08
commit
d9fa6a331e
@ -81,3 +81,9 @@ bool %test12(ubyte %A) {
|
||||
ret bool %C
|
||||
}
|
||||
|
||||
bool %test13(ubyte %A, ubyte %b) {
|
||||
%B = add ubyte %A, %b
|
||||
%C = cast ubyte %B to bool ; === A != 1
|
||||
ret bool %C
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user