Remove a FIXME. All of the standard ones are in the list.

llvm-svn: 134647
This commit is contained in:
Eric Christopher 2011-07-07 22:29:03 +00:00
parent e3bcd9ec0a
commit f3059adb4b

View 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;