diff options
author | Vikram S. Adve <vadve@cs.uiuc.edu> | 2001-09-18 12:41:43 +0000 |
---|---|---|
committer | Vikram S. Adve <vadve@cs.uiuc.edu> | 2001-09-18 12:41:43 +0000 |
commit | 4bc86976bb14ce66b734a534351a4e9fb027d17d (patch) | |
tree | 3b28a7adfd9bf0a979bfa4cc2b2a60eebfa081ea /include/llvm/CodeGen/MachineInstr.h | |
parent | a578a6d054e8219c730840700d8d5fd29f15a962 (diff) |
Minor fixes: renamed target machine files; fold sched info into TargetMachine.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@603 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/CodeGen/MachineInstr.h')
-rw-r--r-- | include/llvm/CodeGen/MachineInstr.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/include/llvm/CodeGen/MachineInstr.h b/include/llvm/CodeGen/MachineInstr.h index 339371227d..66e91b28e4 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/InstInfo.h" +#include "llvm/Target/MachineInstrInfo.h" template<class _MI, class _V> class ValOpIterator; @@ -86,7 +86,6 @@ private: unsigned int regNum; // register number for an explicit register // will be set for a value after reg allocation bool isDef; // is this a defition for the value - // made public for faster access public: /*ctor*/ MachineOperand (); |