Strengthen test case.
[oota-llvm.git] / test / CodeGen / CBackend / 2003-11-21-ConstantShiftExpr.ll
1 %y = weak global sbyte 0
2 implementation
3 uint %testcaseshr() {
4 entry:
5         ret uint shr (uint cast (sbyte* %y to uint), ubyte 4)
6 }
7 uint %testcaseshl() {
8 entry:
9         ret uint shl (uint cast (sbyte* %y to uint), ubyte 4)
10 }