[llvm-commits] [llvm] r134647 - /llvm/trunk/lib/CodeGen/SelectionDAG/TargetLowering.cpp

Eric Christopher echristo at apple.com
Thu Jul 7 15:29:03 PDT 2011


Author: echristo
Date: Thu Jul  7 17:29:03 2011
New Revision: 134647

URL: http://llvm.org/viewvc/llvm-project?rev=134647&view=rev
Log:
Remove a FIXME. All of the standard ones are in the list.

Modified:
    llvm/trunk/lib/CodeGen/SelectionDAG/TargetLowering.cpp

Modified: llvm/trunk/lib/CodeGen/SelectionDAG/TargetLowering.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/CodeGen/SelectionDAG/TargetLowering.cpp?rev=134647&r1=134646&r2=134647&view=diff
==============================================================================
--- llvm/trunk/lib/CodeGen/SelectionDAG/TargetLowering.cpp (original)
+++ llvm/trunk/lib/CodeGen/SelectionDAG/TargetLowering.cpp Thu Jul  7 17:29:03 2011
@@ -2623,7 +2623,6 @@
 
 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;





More information about the llvm-commits mailing list