llvm-6502/test/CodeGen/CBackend/2003-11-21-ConstantShiftExpr.ll
2003-11-22 04:58:25 +00:00

7 lines
123 B
LLVM

%y = weak global sbyte 0
implementation
uint %testcase() {
entry:
ret uint shr (uint cast (sbyte* %y to uint), ubyte 4)
}