diff options
author | Chris Lattner <sabre@nondot.org> | 2001-09-14 06:08:03 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2001-09-14 06:08:03 +0000 |
commit | e5bc8b06533ba0f50403158a63f99a0c83da0493 (patch) | |
tree | 8ed36617d161643542e02d94996debd024aae6e4 /include/llvm/CodeGen/SchedPriorities.h | |
parent | b26bcc5087029ffe8037ed9036ff74430c6054cf (diff) |
Split Target/Machine.h into three files:
* Machine.h
* InstInfo.h
* SchedInfo.h
TODO: Split out reg info stuff
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@567 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/CodeGen/SchedPriorities.h')
-rw-r--r-- | include/llvm/CodeGen/SchedPriorities.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/llvm/CodeGen/SchedPriorities.h b/include/llvm/CodeGen/SchedPriorities.h index dba9835599..45f19b4654 100644 --- a/include/llvm/CodeGen/SchedPriorities.h +++ b/include/llvm/CodeGen/SchedPriorities.h @@ -24,6 +24,7 @@ #include "llvm/CodeGen/InstrScheduling.h" #include "llvm/Analysis/LiveVar/MethodLiveVarInfo.h" #include "llvm/CodeGen/SchedGraph.h" +#include "llvm/Target/SchedInfo.h" class Method; class MachineInstr; |