aboutsummaryrefslogtreecommitdiff
path: root/lib/Target/Alpha/AlphaISelLowering.cpp
diff options
context:
space:
mode:
authorEric Christopher <echristo@apple.com>2011-06-29 21:05:54 +0000
committerEric Christopher <echristo@apple.com>2011-06-29 21:05:54 +0000
commit50cf9b38dc23d76eb8f6396c1d08b42ae1f5745b (patch)
tree8f35cac682a93e7268a44f48f45a30015941ad51 /lib/Target/Alpha/AlphaISelLowering.cpp
parent00258d17cd7152237141648d26e1b096cf0e882b (diff)
Remove todo.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@134094 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/Alpha/AlphaISelLowering.cpp')
-rw-r--r--lib/Target/Alpha/AlphaISelLowering.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/Target/Alpha/AlphaISelLowering.cpp b/lib/Target/Alpha/AlphaISelLowering.cpp
index e8aaf353b3..54433a4c36 100644
--- a/lib/Target/Alpha/AlphaISelLowering.cpp
+++ b/lib/Target/Alpha/AlphaISelLowering.cpp
@@ -835,8 +835,6 @@ getRegForInlineAsmConstraint(const std::string &Constraint, EVT VT) const
case 'r':
return std::make_pair(0U, Alpha::GPRCRegisterClass);
case 'f':
- // TODO: Do we need to add the 64-bit register class here when
- // it contains the same registers?
return std::make_pair(0U, Alpha::F4RCRegisterClass);
}
}