Merging r259740:
[oota-llvm.git] / test / CodeGen / PowerPC / fp_to_uint.ll
1 ; RUN: llc < %s -mattr=-vsx -march=ppc32 | grep fctiwz | count 1
2
3
4 define i16 @foo(float %a) {
5 entry:
6         %tmp.1 = fptoui float %a to i16         ; <i16> [#uses=1]
7         ret i16 %tmp.1
8 }
9