2010-01-20 08:11:32 +01:00
|
|
|
; RUN: llc < %s -march=x86 -mtriple=i686-pc-linux-gnu | grep -- -1 | count 14
|
2008-09-08 18:40:13 +02:00
|
|
|
|
|
|
|
; These static initializers are too big to hand off to assemblers
|
|
|
|
; as monolithic blobs.
|
|
|
|
|
|
|
|
@x = global i128 -1
|
|
|
|
@y = global i256 -1
|
|
|
|
@z = global i512 -1
|