Initial checkin
[oota-llvm.git] / test / Feature / casttest.ll
1 implementation
2
3 short "FunFunc"(long %x, sbyte %z)
4 begin
5 bb0:            ;;<label>
6         %cast110 = cast sbyte %z to short       ;;<short>:(signed operands)
7         %cast10 = cast long %x to short         ;;<short>
8         %reg109 = add short %cast110, %cast10   ;;<short>
9         ret short %reg109                       ;;<void>
10 end
11