readonly registers

Hi
   Any ideas on how I can represent readonly registers? I do not want
any register allocation/liveness analysis to happen for these.

thanks
dz

Mark them as reserved. That disables liveness and allocation.

/jakob