summaryrefslogtreecommitdiff
path: root/lib/CodeGen/SelectionDAG/TargetLowering.cpp
diff options
context:
space:
mode:
authorEric Christopher <echristo@apple.com>2011-07-07 22:29:03 +0000
committerEric Christopher <echristo@apple.com>2011-07-07 22:29:03 +0000
commit09ad0b6894ae4eab9837970ccd4574681097eb6e (patch)
treea57e5c8f33fa73d523dced8aa201417238474088 /lib/CodeGen/SelectionDAG/TargetLowering.cpp
parent78d62b2c7f78ebc47268b2383d748003bd188d34 (diff)
downloadllvm-09ad0b6894ae4eab9837970ccd4574681097eb6e.tar.gz
llvm-09ad0b6894ae4eab9837970ccd4574681097eb6e.tar.bz2
llvm-09ad0b6894ae4eab9837970ccd4574681097eb6e.tar.xz
Remove a FIXME. All of the standard ones are in the list.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@134647 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen/SelectionDAG/TargetLowering.cpp')
-rw-r--r--lib/CodeGen/SelectionDAG/TargetLowering.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/CodeGen/SelectionDAG/TargetLowering.cpp b/lib/CodeGen/SelectionDAG/TargetLowering.cpp
index 758296e3c3..91e2a4a3e3 100644
--- a/lib/CodeGen/SelectionDAG/TargetLowering.cpp
+++ b/lib/CodeGen/SelectionDAG/TargetLowering.cpp
@@ -2623,7 +2623,6 @@ PerformDAGCombine(SDNode *N, DAGCombinerInfo &DCI) const {
TargetLowering::ConstraintType
TargetLowering::getConstraintType(const std::string &Constraint) const {
- // FIXME: lots more standard ones to handle.
if (Constraint.size() == 1) {
switch (Constraint[0]) {
default: break;