Use static inline to do the right thing when built in C99 mode. Of course,
[llvm/stm8.git] / test / CodeGen / PowerPC / i128-and-beyond.ll
blob51bcab2441147a228260bf8e191fb7b8d1ad8074
1 ; RUN: llc < %s -march=ppc32 | grep 4294967295 | count 28
3 ; These static initializers are too big to hand off to assemblers
4 ; as monolithic blobs.
6 @x = global i128 -1
7 @y = global i256 -1
8 @z = global i512 -1