llvm-6502/lib/Target/SparcV9/InstrSched
Brian Gaeke 0dc5753f2b Make SchedGraph::dump() use SchedGraphNodeCommon's const_iterator
instead of randomly groping about inside its outEdges array.
Make SchedGraph::addDummyEdges() use getNumOutEdges() instead of
outEdges.size().
Get rid of ifdefed-out code in SchedGraph::buildGraph().


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@11238 91177308-0d34-0410-b5e6-96231b3b80d8
2004-02-09 18:42:05 +00:00
..
InstrScheduling.cpp Put all LLVM code into the llvm namespace, as per bug 109. 2003-11-11 22:41:34 +00:00
Makefile Added LLVM copyright notice to Makefiles. 2003-10-20 22:26:57 +00:00
SchedGraph.cpp Make SchedGraph::dump() use SchedGraphNodeCommon's const_iterator 2004-02-09 18:42:05 +00:00
SchedGraph.h Moved iterators to common file. 2004-01-20 17:49:42 +00:00
SchedGraphCommon.cpp Moved iterators around. 2004-01-20 17:51:13 +00:00
SchedPriorities.cpp Put all LLVM code into the llvm namespace, as per bug 109. 2003-11-11 22:41:34 +00:00
SchedPriorities.h Put all LLVM code into the llvm namespace, as per bug 109. 2003-11-11 22:41:34 +00:00