MIR Parser: Remove redundant TODO comment. NFC.
authorAlex Lorenz <arphaman@gmail.com>
Wed, 8 Jul 2015 21:30:21 +0000 (21:30 +0000)
committerAlex Lorenz <arphaman@gmail.com>
Wed, 8 Jul 2015 21:30:21 +0000 (21:30 +0000)
This TODO comment has been redundant since r240474.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@241737 91177308-0d34-0410-b5e6-96231b3b80d8

lib/CodeGen/MIRParser/MIParser.cpp

index 01e7d324a758fa76795719c2ba4a647b7836275a..0664c5170af548ef68e3ffd5251a174d48eb7eb5 100644 (file)
@@ -134,8 +134,6 @@ void MIParser::lex() {
 bool MIParser::error(const Twine &Msg) { return error(Token.location(), Msg); }
 
 bool MIParser::error(StringRef::iterator Loc, const Twine &Msg) {
-  // TODO: Get the proper location in the MIR file, not just a location inside
-  // the string.
   assert(Loc >= Source.data() && Loc <= (Source.data() + Source.size()));
   Error = SMDiagnostic(
       SM, SMLoc(),