Brian Gaeke | b1ef7d6 | 2003-11-22 04:58:25 +0000 | [diff] [blame] | 1 | %y = weak global sbyte 0 |
2 | implementation | ||||
Brian Gaeke | 95c03fd | 2003-11-22 05:01:57 +0000 | [diff] [blame] | 3 | uint %testcaseshr() { |
Brian Gaeke | b1ef7d6 | 2003-11-22 04:58:25 +0000 | [diff] [blame] | 4 | entry: |
5 | ret uint shr (uint cast (sbyte* %y to uint), ubyte 4) | ||||
6 | } | ||||
Brian Gaeke | 95c03fd | 2003-11-22 05:01:57 +0000 | [diff] [blame] | 7 | uint %testcaseshl() { |
8 | entry: | ||||
9 | ret uint shl (uint cast (sbyte* %y to uint), ubyte 4) | ||||
10 | } |