blob: 72a428ea320838641fb552a7b710a31a2ca2729d [file] [log] [blame]
Dan Gohman36a09472009-09-08 23:54:48 +00001; RUN: llc < %s -mtriple=i386-linux | FileCheck %s
Chris Lattnerc19ee612009-08-01 22:25:12 +00002 %union.x = type { i64 }
3
4; CHECK: .globl r
5; CHECK: r:
6; CHECK: .quad ((r) & 4294967295)
7
8@r = global %union.x { i64 ptrtoint (%union.x* @r to i64) }, align 4