Chris Lattner | 0908309 | 2001-07-08 04:57:15 +0000 | [diff] [blame] | 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 |