diff options
author | Andrew Lenharth <andrewl@lenharth.org> | 2007-01-24 21:09:16 +0000 |
---|---|---|
committer | Andrew Lenharth <andrewl@lenharth.org> | 2007-01-24 21:09:16 +0000 |
commit | 3553d86731d7caddbd5465fa3e258d7bac038103 (patch) | |
tree | 5dc6840de6523be57589e7d84fce7e26a9d61569 /lib/Target/Alpha/AlphaSubtarget.h | |
parent | 0e41094d499efa585c11904cf088016140c462d1 (diff) |
FTOIT and ITOFT are bit converts, and if we drop 21264s, are always available
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@33492 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, 0 insertions, 3 deletions
diff --git a/lib/Target/Alpha/AlphaSubtarget.h b/lib/Target/Alpha/AlphaSubtarget.h index 1b1ddc7c8b..3fb95ade7d 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 |