blob: 061c88159dd3bcdfa785f0de3bfa001cb476a20e [file] [log] [blame]
Dan Gohman18800922009-09-11 18:01:28 +00001; RUN: opt < %s -globalopt -disable-output
Tanya Lattner5640bd12008-03-01 09:15:35 +00002 %RPyString = type { i32, %arraytype.Char }
3 %arraytype.Char = type { i32, [0 x i8] }
4 %arraytype.Signed = type { i32, [0 x i32] }
Chris Lattnerb1ed91f2011-07-09 17:41:24 +00005 %functiontype.1 = type { %RPyString* (i32) *}
Tanya Lattner5640bd12008-03-01 09:15:35 +00006 %structtype.test = type { i32, %arraytype.Signed }
7@structinstance.test = internal global { i32, { i32, [2 x i32] } } { i32 41, { i32, [2 x i32] } { i32 2, [2 x i32] [ i32 100, i32 101 ] } } ; <{ i32, { i32, [2 x i32] } }*> [#uses=1]
Chris Lattnerb1fb4da2005-09-27 22:27:19 +00008
Tanya Lattner5640bd12008-03-01 09:15:35 +00009define fastcc void @pypy_array_constant() {
Chris Lattnerb1fb4da2005-09-27 22:27:19 +000010block0:
David Blaikie79e6c742015-02-27 19:29:02 +000011 %tmp.9 = getelementptr %structtype.test, %structtype.test* bitcast ({ i32, { i32, [2 x i32] } }* @structinstance.test to %structtype.test*), i32 0, i32 0 ; <i32*> [#uses=0]
Tanya Lattner5640bd12008-03-01 09:15:35 +000012 ret void
Chris Lattnerb1fb4da2005-09-27 22:27:19 +000013}
14
Tanya Lattner5640bd12008-03-01 09:15:35 +000015define fastcc void @new.varsizestruct.rpy_string() {
16 unreachable
Chris Lattnerb1fb4da2005-09-27 22:27:19 +000017}
18
Tanya Lattner5640bd12008-03-01 09:15:35 +000019define void @__entrypoint__pypy_array_constant() {
20 call fastcc void @pypy_array_constant( )
21 ret void
Chris Lattnerb1fb4da2005-09-27 22:27:19 +000022}
23
Tanya Lattner5640bd12008-03-01 09:15:35 +000024define void @__entrypoint__raised_LLVMException() {
25 ret void
Chris Lattnerb1fb4da2005-09-27 22:27:19 +000026}
Tanya Lattner5640bd12008-03-01 09:15:35 +000027