mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-12-02 08:26:29 +00:00
Add a test that I have had in my tree for several months now, but apparently forgot to commit
llvm-svn: 14690
This commit is contained in:
parent
15c708b209
commit
4abebb8301
@ -0,0 +1,10 @@
|
||||
|
||||
|
||||
|
||||
int *%t1({ float, int }* %X) {
|
||||
%W = getelementptr { float, int }* %X, int 20, ubyte 1
|
||||
%X = getelementptr { float, int }* %X, uint 20, uint 1
|
||||
%Y = getelementptr { float, int }* %X, long 20, ubyte 1
|
||||
%Z = getelementptr { float, int }* %X, ulong 20, uint 1
|
||||
ret int* %Y
|
||||
}
|
Loading…
Reference in New Issue
Block a user