repo.or.cz
/
llvm
/
avr.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Forbid arrays of function-type and structures with function-typed fields.
[llvm/avr.git]
/
test
/
CodeGen
/
X86
/
ptrtoint-constexpr.ll
blob
72a428ea320838641fb552a7b710a31a2ca2729d
1
; RUN: llc < %s -mtriple=i386-linux | FileCheck %s
2
%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