blob: 44d6e9092b31cb805e48efc7e80189a76a4199f9 [file] [log] [blame]
; RUN: llvm-as < %s | llc -march=ppc32 | grep fctiwz | wc -l | grep 1
implementation
ushort %foo(float %a) {
entry:
%tmp.1 = cast float %a to ushort
ret ushort %tmp.1
}