diff options
Diffstat (limited to 'lib/Target/Alpha/AlphaSubtarget.h')
-rw-r--r-- | lib/Target/Alpha/AlphaSubtarget.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/Target/Alpha/AlphaSubtarget.h b/lib/Target/Alpha/AlphaSubtarget.h index 1b1ddc7c8bc7..3fb95ade7d25 100644 --- a/lib/Target/Alpha/AlphaSubtarget.h +++ b/lib/Target/Alpha/AlphaSubtarget.h @@ -25,8 +25,6 @@ class Module; class AlphaSubtarget : public TargetSubtarget { protected: - /// Used by the ISel to turn in optimizations for POWER4-derived architectures - bool HasF2I; bool HasCT; InstrItineraryData InstrItins; @@ -41,7 +39,6 @@ public: /// subtarget options. Definition of function is auto generated by tblgen. void ParseSubtargetFeatures(const std::string &FS, const std::string &CPU); - bool hasF2I() const { return HasF2I; } bool hasCT() const { return HasCT; } }; } // End llvm namespace |