2009-09-09 02:09:15 +02:00
|
|
|
; RUN: llc < %s -march=c
|
2004-11-06 22:40:51 +01:00
|
|
|
|
2003-10-28 23:54:56 +01:00
|
|
|
; reduced from DOOM.
|
2008-02-19 02:41:04 +01:00
|
|
|
%union._XEvent = type { i32 }
|
|
|
|
@.X_event_9 = global %union._XEvent zeroinitializer ; <%union._XEvent*> [#uses=1]
|
2003-10-28 23:54:56 +01:00
|
|
|
|
2008-02-19 02:41:04 +01:00
|
|
|
define void @I_InitGraphics() {
|
|
|
|
shortcirc_next.3:
|
|
|
|
%tmp.319 = load i32* getelementptr ({ i32, i32 }* bitcast (%union._XEvent* @.X_event_9 to { i32, i32 }*), i64 0, i32 1) ; <i32> [#uses=0]
|
|
|
|
ret void
|
2003-10-28 23:54:56 +01:00
|
|
|
}
|
2008-02-19 02:41:04 +01:00
|
|
|
|