commit | 3553d86731d7caddbd5465fa3e258d7bac038103 | [log] [tgz] |
---|---|---|
author | Andrew Lenharth <andrewl@lenharth.org> | Wed Jan 24 21:09:16 2007 +0000 |
committer | Andrew Lenharth <andrewl@lenharth.org> | Wed Jan 24 21:09:16 2007 +0000 |
tree | 5dc6840de6523be57589e7d84fce7e26a9d61569 | |
parent | 0e41094d499efa585c11904cf088016140c462d1 [diff] [blame] |
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
diff --git a/lib/Target/Alpha/AlphaSubtarget.cpp b/lib/Target/Alpha/AlphaSubtarget.cpp index 22f0c69..4b7d612 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.