remove the "old" at&t style asmprinter. Unfortunately, most of the
[llvm/avr.git] / test / CodeGen / PowerPC / fp_to_uint.ll
blob1360b62d273b8f9ff7a434d6a60d6e8205555dab
1 ; RUN: llc < %s -march=ppc32 | grep fctiwz | count 1
3 define i16 @foo(float %a) {
4 entry:
5         %tmp.1 = fptoui float %a to i16         ; <i16> [#uses=1]
6         ret i16 %tmp.1