mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-02-19 06:31:18 +00:00
new testcase
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@14442 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
8a0ae9e9ca
commit
8d5e05bb71
@ -130,3 +130,8 @@ int %test20(int %x) {
|
|||||||
ret int %tmp.4
|
ret int %tmp.4
|
||||||
}
|
}
|
||||||
|
|
||||||
|
bool %test21(uint %x) {
|
||||||
|
%t = add uint %x, 4
|
||||||
|
%y = seteq uint %t, 123
|
||||||
|
ret bool %y
|
||||||
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user