mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-14 11:32:34 +00:00
new testcase for unneeded and
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@21711 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
564d20cb9b
commit
cb94575bc6
@ -192,3 +192,8 @@ int %test29(ubyte %X) {
|
||||
ret int %Z
|
||||
}
|
||||
|
||||
int %test30(bool %X) {
|
||||
%Y = cast bool %X to int
|
||||
%Z = and int %Y, 1
|
||||
ret int %Z
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user