Chris seems fond of #include <vector>. Fix these. Also convert use list in
authorChris Lattner <sabre@nondot.org>
Fri, 14 Sep 2001 16:56:32 +0000 (16:56 +0000)
committerChris Lattner <sabre@nondot.org>
Fri, 14 Sep 2001 16:56:32 +0000 (16:56 +0000)
commit46cbff625eb9593cf9ddac415c39311a54aa27fa
treefce30542e012b16622bbb07c396c9c6c9d3cd5b3
parent78a81a24e148ec0e24b9c3253af0126f7b1f0c8b
Chris seems fond of #include <vector>.  Fix these. Also convert use list in
Value to a vector instead of a list.

Move SchedGraph.h & SchedPriorities.h into lib/CodeGen/InstrScheduling

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@572 91177308-0d34-0410-b5e6-96231b3b80d8
28 files changed:
include/llvm/CodeGen/InstrSelection.h
include/llvm/CodeGen/MachineInstr.h
include/llvm/CodeGen/SchedGraph.h [deleted file]
include/llvm/CodeGen/SchedPriorities.h [deleted file]
include/llvm/ConstPoolVals.h
include/llvm/DerivedTypes.h
include/llvm/InstrTypes.h
include/llvm/Instruction.h
include/llvm/SymbolTable.h
include/llvm/Target/Data.h
include/llvm/Target/RegInfo.h
include/llvm/User.h
include/llvm/Value.h
include/llvm/iOther.h
lib/CodeGen/InstrSched/InstrScheduling.cpp
lib/CodeGen/InstrSched/SchedGraph.cpp
lib/CodeGen/InstrSched/SchedGraph.h [new file with mode: 0644]
lib/CodeGen/InstrSched/SchedPriorities.cpp
lib/CodeGen/InstrSched/SchedPriorities.h [new file with mode: 0644]
lib/Target/SparcV9/InstrSched/InstrScheduling.cpp
lib/Target/SparcV9/InstrSched/SchedGraph.cpp
lib/Target/SparcV9/InstrSched/SchedGraph.h [new file with mode: 0644]
lib/Target/SparcV9/InstrSched/SchedPriorities.cpp
lib/Target/SparcV9/InstrSched/SchedPriorities.h [new file with mode: 0644]
lib/Target/SparcV9/SparcV9Internals.h
lib/Target/SparcV9/SparcV9RegInfo.h
lib/Target/SparcV9/SparcV9TargetMachine.cpp
lib/VMCore/Value.cpp