blob: 4a766170d989ac80707d0e65cb6cb91bfa1efb38 [file] [log] [blame]
Dan Gohmanf9dd1702007-08-15 13:36:28 +00001; RUN: llvm-upgrade < %s | llvm-as | llc -march=ppc32 | grep fctiwz | count 1
Nate Begemanb2f98012005-10-25 23:53:21 +00002
3implementation
4
5ushort %foo(float %a) {
6entry:
7 %tmp.1 = cast float %a to ushort
8 ret ushort %tmp.1
9}