split the CmmGraph constructor interface from the representation
authorNorman Ramsey <nr@eecs.harvard.edu>
Tue, 11 Sep 2007 15:06:35 +0000 (15:06 +0000)
committerNorman Ramsey <nr@eecs.harvard.edu>
Tue, 11 Sep 2007 15:06:35 +0000 (15:06 +0000)
Interface MkZipCfgCmm should now be sufficient for all construction
needs, though some identifiers are re-exported from (and explained in)
MkZipCfg.  ZipCfgCmmRep should be used only by modules involved in
analysis, optimization, or translation of Cmm programs.


No differences found