view tango/lib/compiler/llvmdc/moduleinfo.ll @ 314:8d98e42ece93 trunk

[svn r335] The basics of exception handling are in place. Still need to make sure calls are turned into invokes everywhere. (NewExpression for instance) Still some rough edges and corner cases to figure out. Needs testing!
author ChristianK
date Wed, 02 Jul 2008 22:20:18 +0200
parents 1700239cab2e
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
}