Use static inline to do the right thing when built in C99 mode. Of course,
[llvm/stm8.git] / test / CodeGen / PowerPC / 2008-06-21-F128LoadStore.ll
blob862559b109cf5cfdb427aff29d250fdf3f878d4c
1 ; RUN: llc < %s -march=ppc32
3 @g = external global ppc_fp128
4 @h = external global ppc_fp128
6 define void @f() {
7         %tmp = load ppc_fp128* @g
8         store ppc_fp128 %tmp, ppc_fp128* @h
9         ret void