Forbid arrays of function-type and structures with function-typed fields.
[llvm/avr.git] / test / CodeGen / X86 / ptrtoint-constexpr.ll
blob72a428ea320838641fb552a7b710a31a2ca2729d
1 ; RUN: llc < %s -mtriple=i386-linux | FileCheck %s
2         %union.x = type { i64 }
4 ; CHECK:        .globl r
5 ; CHECK: r:
6 ; CHECK: .quad  ((r) & 4294967295)
8 @r = global %union.x { i64 ptrtoint (%union.x* @r to i64) }, align 4