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 | c4bdea012b4272ddaf36e0c5efc225b43eb53816 (patch) | |
tree | 3a19d37cc8cf5b7396df00af134073dd796de722 /llvm/lib/Target/Alpha/AlphaSubtarget.cpp | |
parent | 7ad04830b1b497f7d3238131f765830e8f89a0ca (diff) | |
download | bcm5719-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.cpp | 2 |
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. |