view lphobos/internal/moduleinit_backend.ll @ 341:1bb99290e03a trunk

[svn r362] Started merging the old 'test' dir as well as the newer 'tangotests' dir into 'tests/mini' and 'tests/minicomplex'.
author lindquist
date Sun, 13 Jul 2008 02:51:19 +0200
parents 56a21f3e5d3e
children
line wrap: on
line source

; ModuleID = 'internal.moduleinit_backend'

@_d_moduleinfo_array = appending constant [1 x i8*] [ i8* null ]

define i8** @_d_get_moduleinfo_array() {
entry:
        %tmp = getelementptr [1 x i8*]* @_d_moduleinfo_array, i32 0, i32 0
        ret i8** %tmp
}