diff options
author | Andrew Lenharth <andrewl@lenharth.org> | 2006-03-09 17:16:45 +0000 |
---|---|---|
committer | Andrew Lenharth <andrewl@lenharth.org> | 2006-03-09 17:16:45 +0000 |
commit | 017c556efcf426c53d931973af209e72f8b7e6e6 (patch) | |
tree | fa7bffb24e3b6ba6a38986970324754313b43b80 /lib/Target/Alpha/AlphaSubtarget.h | |
parent | 8bf586f3056df3bbbd40d324a207736e00bb70c8 (diff) |
Alpha Scheduling classes
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@26643 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/Alpha/AlphaSubtarget.h')
-rw-r--r-- | lib/Target/Alpha/AlphaSubtarget.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/Target/Alpha/AlphaSubtarget.h b/lib/Target/Alpha/AlphaSubtarget.h index ea61ec7ef0..1b1ddc7c8b 100644 --- a/lib/Target/Alpha/AlphaSubtarget.h +++ b/lib/Target/Alpha/AlphaSubtarget.h @@ -14,6 +14,7 @@ #ifndef ALPHASUBTARGET_H #define ALPHASUBTARGET_H +#include "llvm/Target/TargetInstrItineraries.h" #include "llvm/Target/TargetSubtarget.h" #include <string> @@ -28,6 +29,8 @@ protected: bool HasF2I; bool HasCT; + InstrItineraryData InstrItins; + public: /// This constructor initializes the data members to match that /// of the specified module. |