Use static inline to do the right thing when built in C99 mode. Of course,
[llvm/stm8.git] / test / CodeGen / PowerPC / select-cc.ll
blobccc64898a34fcc2c9885e5444cca2b7b59ca7916
1 ; RUN: llc < %s -march=ppc32
2 ; PR3011
4 define <2 x double> @vector_select(<2 x double> %x, <2 x double> %y) nounwind  {
5         %x.lo = extractelement <2 x double> %x, i32 0           ; <double> [#uses=1]
6         %x.lo.ge = fcmp oge double %x.lo, 0.000000e+00          ; <i1> [#uses=1]
7         %a.d = select i1 %x.lo.ge, <2 x double> %y, <2 x double> %x             ; <<2 x double>> [#uses=1]
8         ret <2 x double> %a.d