mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-30 04:35:00 +00:00
add a new testcase
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@21469 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
3952bc6f39
commit
17ce8d22c3
@ -142,3 +142,9 @@ int %test16(bool %C, int* %P) {
|
||||
%V = load int* %P2
|
||||
ret int %V
|
||||
}
|
||||
|
||||
bool %test17(int* %X, bool %C) {
|
||||
%R = select bool %C, int* %X, int* null
|
||||
%RV = seteq int* %R, null
|
||||
ret bool %RV
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user