blob: 5bd088db9d019e8b263e73d71f27e153759d3dcd [file] [log] [blame]
Brian Gaekeb1ef7d62003-11-22 04:58:25 +00001%y = weak global sbyte 0
2implementation
Brian Gaeke95c03fd2003-11-22 05:01:57 +00003uint %testcaseshr() {
Brian Gaekeb1ef7d62003-11-22 04:58:25 +00004entry:
5 ret uint shr (uint cast (sbyte* %y to uint), ubyte 4)
6}
Brian Gaeke95c03fd2003-11-22 05:01:57 +00007uint %testcaseshl() {
8entry:
9 ret uint shl (uint cast (sbyte* %y to uint), ubyte 4)
10}