search for: _ada_hello

Displaying 1 result from an estimated 1 matches for "_ada_hello".

2008 Mar 23
0
[LLVMdev] Announcement: GNAT ported to LLVM
...b ... %struct.string___XUB = type { i32, i32 } ... @.str = internal constant [12 x i8] c"Hello world!" ; <[12 x i8]*> [#uses=1] @C.168.1155 = internal constant %struct.string___XUB { i32 1, i32 12 } ; <%struct.string___XUB*> [#uses=1] define void @_ada_hello() { entry: tail call void @ada__text_io__put_line__2( i8* getelementptr ([12 x i8]* @.str, i32 0, i32 0), %struct.string___XUB* @C.168.1155 ) ret void } declare void @ada__text_io__put_line__2(i8*, %struct.string___XUB*) I've dropped the declarations of some uninteresting typ...