Index: lib/TableGen/TGParser.cpp =================================================================== --- lib/TableGen/TGParser.cpp +++ lib/TableGen/TGParser.cpp @@ -2426,7 +2426,7 @@ /// /// Body ::= ';' /// Body ::= '{' BodyList '}' -/// BodyList BodyItem* +/// BodyList ::= BodyItem* /// bool TGParser::ParseBody(Record *CurRec) { // If this is a null definition, just eat the semi and return.