mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-06-30 05:24:22 +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:
@ -81,3 +81,9 @@ bool %test12(ubyte %A) {
|
|||||||
ret bool %C
|
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
|
||||||
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user