blob: 43597bfd36855d69eed3f4daee4db565464f0c8d [file] [log] [blame]
Dan Gohmanf2f6ce62009-09-11 18:01:28 +00001; RUN: opt < %s -globalopt -disable-output
Tanya Lattnerec9a35a2008-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 Lattner1afcace2011-07-09 17:41:24 +00005 %functiontype.1 = type { %RPyString* (i32) *}
Tanya Lattnerec9a35a2008-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 Lattneree35a4f2005-09-27 22:27:19 +00008
Tanya Lattnerec9a35a2008-03-01 09:15:35 +00009define fastcc void @pypy_array_constant() {
Chris Lattneree35a4f2005-09-27 22:27:19 +000010block0:
Tanya Lattnerec9a35a2008-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
Chris Lattneree35a4f2005-09-27 22:27:19 +000013}
14
Tanya Lattnerec9a35a2008-03-01 09:15:35 +000015define fastcc void @new.varsizestruct.rpy_string() {
16 unreachable
Chris Lattneree35a4f2005-09-27 22:27:19 +000017}
18
Tanya Lattnerec9a35a2008-03-01 09:15:35 +000019define void @__entrypoint__pypy_array_constant() {
20 call fastcc void @pypy_array_constant( )
21 ret void
Chris Lattneree35a4f2005-09-27 22:27:19 +000022}
23
Tanya Lattnerec9a35a2008-03-01 09:15:35 +000024define void @__entrypoint__raised_LLVMException() {
25 ret void
Chris Lattneree35a4f2005-09-27 22:27:19 +000026}
Tanya Lattnerec9a35a2008-03-01 09:15:35 +000027