* The itf exposed by InstrScheduling is now a single function to create the right...
authorChris Lattner <sabre@nondot.org>
Mon, 4 Feb 2002 20:02:16 +0000 (20:02 +0000)
committerChris Lattner <sabre@nondot.org>
Mon, 4 Feb 2002 20:02:16 +0000 (20:02 +0000)
commit9adb7ad457b38de13dd16b86a90f645695dae5a0
tree3fe9ccc410f25040f06fa803485bea944d2d0b27
parent4fd2dbbf1dacf098e97fd358bb2b3f48000703a8
* The itf exposed by InstrScheduling is now a single function to create the right pass
* InstructionScheduling is now a real pass
* InstrSched _uses_ LiveVar analysis, instead of creating it's own copy many times
  through a loop.  In this was LiveVarAnalysis is actually even SHARED by Register
  allocation.
* SchedPriorities is now passed the live var information in

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@1700 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/InstrSched/InstrScheduling.cpp
lib/CodeGen/InstrSched/SchedPriorities.cpp
lib/CodeGen/InstrSched/SchedPriorities.h
lib/Target/SparcV9/InstrSched/InstrScheduling.cpp
lib/Target/SparcV9/InstrSched/SchedPriorities.cpp
lib/Target/SparcV9/InstrSched/SchedPriorities.h