blob: b4389ffab18c898f2286eb67fca1137b63620074 [file] [log] [blame]
Dan Gohmanfce288f2009-09-09 00:09:15 +00001; RUN: llc < %s -march=c
Tanya Lattnercd0aa812004-11-06 21:40:51 +00002
Brian Gaekedd73e9d2003-10-28 22:54:56 +00003; reduced from DOOM.
Tanya Lattner53a66d12008-02-19 01:41:04 +00004 %union._XEvent = type { i32 }
5@.X_event_9 = global %union._XEvent zeroinitializer ; <%union._XEvent*> [#uses=1]
Brian Gaekedd73e9d2003-10-28 22:54:56 +00006
Tanya Lattner53a66d12008-02-19 01:41:04 +00007define void @I_InitGraphics() {
8shortcirc_next.3:
9 %tmp.319 = load i32* getelementptr ({ i32, i32 }* bitcast (%union._XEvent* @.X_event_9 to { i32, i32 }*), i64 0, i32 1) ; <i32> [#uses=0]
10 ret void
Brian Gaekedd73e9d2003-10-28 22:54:56 +000011}
Tanya Lattner53a66d12008-02-19 01:41:04 +000012