blob: 5b2db7b4886adaad2fc72caff7ee6e06ab83cb88 [file] [log] [blame]
Chris Lattner09083092001-07-08 04:57:15 +00001implementation
2
3short "FunFunc"(long %x, sbyte %z)
4begin
5bb0: ;;<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>
10end
11