llvm-6502/lib/Target/SparcV9/InstrSched
Vikram S. Adve 5b43af962b Only add true dep. edges from an earlier to a later instruction.
This wasn't a problem until we started putting copies for Phi values
that produced cycles in the SchedGraph!


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@1254 91177308-0d34-0410-b5e6-96231b3b80d8
2001-11-11 01:23:27 +00:00
..
InstrScheduling.cpp Use node->getOpCode() instead of node->getMachineInstr()->getOpCode(). 2001-11-09 02:14:20 +00:00
Makefile Makefile for InstrSched/ 2001-08-28 23:17:22 +00:00
SchedGraph.cpp Only add true dep. edges from an earlier to a later instruction. 2001-11-11 01:23:27 +00:00
SchedGraph.h Only add true dep. edges from an earlier to a later instruction. 2001-11-11 01:23:27 +00:00
SchedPriorities.cpp Pull iterators out of CFG.h and CFGdecls and put them in Support directory 2001-09-28 22:56:31 +00:00
SchedPriorities.h Pull iterators out of CFG.h and CFGdecls and put them in Support directory 2001-09-28 22:56:31 +00:00