From: Eric Christopher Date: Thu, 7 Jul 2011 22:29:03 +0000 (+0000) Subject: Remove a FIXME. All of the standard ones are in the list. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=09ad0b6894ae4eab9837970ccd4574681097eb6e;p=oota-llvm.git 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 --- diff --git a/lib/CodeGen/SelectionDAG/TargetLowering.cpp b/lib/CodeGen/SelectionDAG/TargetLowering.cpp index 758296e3c3a..91e2a4a3e36 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;