1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-23 19:23:23 +01:00

Old testcase

llvm-svn: 6521
This commit is contained in:
Chris Lattner 2003-06-02 02:13:02 +00:00
parent bbbe5d71d2
commit 4fa3e97476

View File

@ -0,0 +1,7 @@
; RUN: as < %s | opt -scalarrepl
void %main() {
%E = alloca { { int, float, double, long }, { int, float, double, long } } ; <{ { int, float, double, long }, { int, float, double, long } }*> [#uses=1]
%tmp.151 = getelementptr { { int, float, double, long }, { int, float, double, long } }* %E, long 0, ubyte 1, ubyte 3 ; <long*> [#uses=0]
ret void
}