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:
parent
bbbe5d71d2
commit
4fa3e97476
@ -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
|
||||
}
|
Loading…
Reference in New Issue
Block a user