mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-02-12 18:33:22 +00:00
Fix comment
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@6872 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
d9fa6a331e
commit
8c1ab94bae
@ -83,7 +83,7 @@ bool %test12(ubyte %A) {
|
||||
|
||||
bool %test13(ubyte %A, ubyte %b) {
|
||||
%B = add ubyte %A, %b
|
||||
%C = cast ubyte %B to bool ; === A != 1
|
||||
%C = cast ubyte %B to bool ; === A != -b
|
||||
ret bool %C
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user