Remove a FIXME. All of the standard ones are in the list.
authorEric Christopher <echristo@apple.com>
Thu, 7 Jul 2011 22:29:03 +0000 (22:29 +0000)
committerEric Christopher <echristo@apple.com>
Thu, 7 Jul 2011 22:29:03 +0000 (22:29 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@134647 91177308-0d34-0410-b5e6-96231b3b80d8

lib/CodeGen/SelectionDAG/TargetLowering.cpp

index 758296e3c3a017bcb0dacc337e0e56d249b17810..91e2a4a3e36eabb9ddce1266f6d0d0b2071d82c7 100644 (file)
@@ -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;