diff options
author | Chris Lattner <sabre@nondot.org> | 2001-09-14 16:56:32 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2001-09-14 16:56:32 +0000 |
commit | 46cbff625eb9593cf9ddac415c39311a54aa27fa (patch) | |
tree | fce30542e012b16622bbb07c396c9c6c9d3cd5b3 /include/llvm/CodeGen/MachineInstr.h | |
parent | 78a81a24e148ec0e24b9c3253af0126f7b1f0c8b (diff) |
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
Diffstat (limited to 'include/llvm/CodeGen/MachineInstr.h')
-rw-r--r-- | include/llvm/CodeGen/MachineInstr.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/llvm/CodeGen/MachineInstr.h b/include/llvm/CodeGen/MachineInstr.h index 9903f09c01..29e832dd58 100644 --- a/include/llvm/CodeGen/MachineInstr.h +++ b/include/llvm/CodeGen/MachineInstr.h @@ -19,7 +19,7 @@ #include "llvm/CodeGen/InstrForest.h" #include "llvm/Support/DataTypes.h" #include "llvm/Support/NonCopyable.h" -#include "llvm/Target/Machine.h" +#include "llvm/Target/InstInfo.h" template<class _MI, class _V> class ValOpIterator; |