mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-30 16:53:02 +00:00
new testcase
llvm-svn: 21646
This commit is contained in:
parent
cee86a7095
commit
743d822ba6
@ -66,3 +66,8 @@ bool %test10({int, int} * %x, {int, int} * %y) {
|
||||
ret bool %tmp.4
|
||||
}
|
||||
|
||||
bool %test11({int,int} *%X) {
|
||||
%P = getelementptr {int,int}* %X, int 0, uint 0
|
||||
%Q = seteq int* %P, null
|
||||
ret bool %Q
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user