blob: ab2077a43c65eaadb8d5e335dc2c34016a66fd15 [file] [log] [blame]
Dan Gohman3c7d3082009-09-11 18:01:28 +00001; RUN: opt < %s -globalopt -disable-output
Tanya Lattner4c4d0b82008-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] }
5 %functiontype.1 = type %RPyString* (i32)
6 %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]
Dan Gohmanf17a25c2007-07-18 16:29:46 +00008
Tanya Lattner4c4d0b82008-03-01 09:15:35 +00009define fastcc void @pypy_array_constant() {
Dan Gohmanf17a25c2007-07-18 16:29:46 +000010block0:
Tanya Lattner4c4d0b82008-03-01 09:15:35 +000011 %tmp.9 = getelementptr %structtype.test* bitcast ({ i32, { i32, [2 x i32] } }* @structinstance.test to %structtype.test*), i32 0, i32 0 ; <i32*> [#uses=0]
12 ret void
Dan Gohmanf17a25c2007-07-18 16:29:46 +000013}
14
Tanya Lattner4c4d0b82008-03-01 09:15:35 +000015define fastcc void @new.varsizestruct.rpy_string() {
16 unreachable
Dan Gohmanf17a25c2007-07-18 16:29:46 +000017}
18
Tanya Lattner4c4d0b82008-03-01 09:15:35 +000019define void @__entrypoint__pypy_array_constant() {
20 call fastcc void @pypy_array_constant( )
21 ret void
Dan Gohmanf17a25c2007-07-18 16:29:46 +000022}
23
Tanya Lattner4c4d0b82008-03-01 09:15:35 +000024define void @__entrypoint__raised_LLVMException() {
25 ret void
Dan Gohmanf17a25c2007-07-18 16:29:46 +000026}
Tanya Lattner4c4d0b82008-03-01 09:15:35 +000027