mirror of
https://github.com/opnsense/src.git
synced 2026-03-09 09:41:05 -04:00
8 lines
211 B
LLVM
8 lines
211 B
LLVM
; RUN: llc < %s -mtriple=i386-linux | FileCheck %s
|
|
%union.x = type { i64 }
|
|
|
|
; CHECK: .globl r
|
|
; CHECK: r:
|
|
; CHECK: .quad ((r) & 4294967295)
|
|
|
|
@r = global %union.x { i64 ptrtoint (%union.x* @r to i64) }, align 4
|