Dan Gohman 4c8c83022b Change ScheduleDAG's SUnitMap from DenseMap<SDNode*, vector<SUnit*> >
to DenseMap<SDNode*, SUnit*>, and adjust the way cloned SUnit nodes are
handled so that only the original node needs to be in the map.
This speeds up llc on 447.dealII.llvm.bc by about 2%.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@52576 91177308-0d34-0410-b5e6-96231b3b80d8
2008-06-21 15:52:51 +00:00
..
2008-05-29 19:52:31 +00:00
2008-05-29 19:52:31 +00:00
2008-05-29 19:52:31 +00:00
2008-05-30 22:47:19 +00:00
2008-06-20 16:03:16 +00:00