aboutsummaryrefslogtreecommitdiff
path: root/lib/Target/Alpha/AlphaSubtarget.cpp
diff options
context:
space:
mode:
authorAndrew Lenharth <andrewl@lenharth.org>2007-01-24 21:09:16 +0000
committerAndrew Lenharth <andrewl@lenharth.org>2007-01-24 21:09:16 +0000
commit3553d86731d7caddbd5465fa3e258d7bac038103 (patch)
tree5dc6840de6523be57589e7d84fce7e26a9d61569 /lib/Target/Alpha/AlphaSubtarget.cpp
parent0e41094d499efa585c11904cf088016140c462d1 (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.cpp')
-rw-r--r--lib/Target/Alpha/AlphaSubtarget.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Target/Alpha/AlphaSubtarget.cpp b/lib/Target/Alpha/AlphaSubtarget.cpp
index 22f0c69823..4b7d612788 100644
--- a/lib/Target/Alpha/AlphaSubtarget.cpp
+++ b/lib/Target/Alpha/AlphaSubtarget.cpp
@@ -17,7 +17,7 @@
using namespace llvm;
AlphaSubtarget::AlphaSubtarget(const Module &M, const std::string &FS)
- : HasF2I(false), HasCT(false) {
+ : HasCT(false) {
std::string CPU = "generic";
// Parse features string.