mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-01 08:23:21 +01:00
3104fa4a71
of int initializers), change some methods to be static functions, use raw_ostream::write_hex instead of a smallstring dance with APValue::toStringUnsigned(S, 16). llvm-svn: 93991
9 lines
229 B
LLVM
9 lines
229 B
LLVM
; RUN: llc < %s -march=x86 -mtriple=i686-pc-linux-gnu | grep -- -1 | count 14
|
|
|
|
; 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
|