MIR Serialization: Print MCSymbol operands.
[oota-llvm.git] / lib / CodeGen / MIRParser / MIParser.cpp
index d706f04eccceed75e7b67e7ea2ebdac15de72547..7a12bae329cdb587a248640454c083060aae89af 100644 (file)
@@ -1442,7 +1442,7 @@ bool MIParser::parseMachineOperand(MachineOperand &Dest,
     }
   // fallthrough
   default:
-    // TODO: parse the other machine operands.
+    // FIXME: Parse the MCSymbol machine operand.
     return error("expected a machine operand");
   }
   return false;