Add spill/reload pseudo instrs to MachInstrs
authorBen.Lippmeier@anu.edu.au <unknown>
Thu, 23 Aug 2007 16:57:44 +0000 (16:57 +0000)
committerBen.Lippmeier@anu.edu.au <unknown>
Thu, 23 Aug 2007 16:57:44 +0000 (16:57 +0000)
Spiller can now insert spill/reload instrs without having to
worry about the current stack delta. Generation of actual machine
instructions for spills/reloads is deferred until after register
allocation proper.


No differences found