NCG: Split out joinToTargets from linear alloctor into its own module.
authorBen.Lippmeier@anu.edu.au <unknown>
Tue, 3 Feb 2009 04:05:40 +0000 (04:05 +0000)
committerBen.Lippmeier@anu.edu.au <unknown>
Tue, 3 Feb 2009 04:05:40 +0000 (04:05 +0000)
commita842f3d5e7c9026a642589948ef67dbaf6272396
tree7991bdf943ac022bc33359b190d1cd58086651e6
parentcbc96da034482b769889c109f6cc822f42b12027
NCG: Split out joinToTargets from linear alloctor into its own module.

 * Also fix a nasty bug when creating fixup code that has a cyclic
   register movement graph.
compiler/nativeGen/RegAlloc/Linear/Base.hs
compiler/nativeGen/RegAlloc/Linear/JoinToTargets.hs [new file with mode: 0644]
compiler/nativeGen/RegAlloc/Linear/Main.hs
compiler/nativeGen/RegAllocInfo.hs