1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-20 19:42:54 +02:00

Add back a test I accidentally removed

llvm-svn: 13835
This commit is contained in:
Chris Lattner 2004-05-27 17:43:33 +00:00
parent 97bd391386
commit d48af1d9fb

View File

@ -8,6 +8,11 @@
{ int, float } { int 37, float 1.2312 } ]
%Z = constant [2 x { int, float }] zeroinitializer
int %test1() {
%B = load int* %X
ret int %B
}
float %test2() {
%A = getelementptr [2 x { int, float}]* %Y, long 0, long 1, ubyte 1
%B = load float* %A