SPARC NCG: Enforce the invariant that each block ends with a jump.
authorBen.Lippmeier@anu.edu.au <unknown>
Mon, 23 Feb 2009 06:07:07 +0000 (06:07 +0000)
committerBen.Lippmeier@anu.edu.au <unknown>
Mon, 23 Feb 2009 06:07:07 +0000 (06:07 +0000)
 - If each basic block doesn't end with a jump then the register
   liveness determinator will get the cross-block liveness info
   wrong, resulting in a bad allocation.


No differences found