(fn () => List.app (TextIO.print o
(fn (t, i) =>
(Temp.name t) ^ " => " ^ (
- if (i <= Blarg.regtonum Blarg.R3)
+ if (i <= 15)
then (Blarg.pp_oper (Blarg.REG (Blarg.numtoreg i)))
else
- "spill[" ^ Int.toString (i - Blarg.regtonum Blarg.R3) ^ "]")
+ "spill[" ^ Int.toString (i - Blarg.regtonum Blarg.PC) ^ "]")
^ "--"^ Int.toString i ^ "\n"))
colors) ()