summaryrefslogtreecommitdiffstats
path: root/llvm/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
commitc4bdea012b4272ddaf36e0c5efc225b43eb53816 (patch)
tree3a19d37cc8cf5b7396df00af134073dd796de722 /llvm/lib/Target/Alpha/AlphaSubtarget.cpp
parent7ad04830b1b497f7d3238131f765830e8f89a0ca (diff)
downloadbcm5719-llvm-c4bdea012b4272ddaf36e0c5efc225b43eb53816.tar.gz
bcm5719-llvm-c4bdea012b4272ddaf36e0c5efc225b43eb53816.zip
FTOIT and ITOFT are bit converts, and if we drop 21264s, are always available
llvm-svn: 33492
Diffstat (limited to 'llvm/lib/Target/Alpha/AlphaSubtarget.cpp')
-rw-r--r--llvm/lib/Target/Alpha/AlphaSubtarget.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Target/Alpha/AlphaSubtarget.cpp b/llvm/lib/Target/Alpha/AlphaSubtarget.cpp
index 22f0c698235..4b7d612788a 100644
--- a/llvm/lib/Target/Alpha/AlphaSubtarget.cpp
+++ b/llvm/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.
OpenPOWER on IntegriCloud