Close list item tag, to conform with the style in this file. It's optional
[oota-llvm.git] / utils / TableGen / TGParser.cpp
index 4ff108d2603a40ffc8f9e78b279b72b54e6d5c91..1ea6b9816f6d34a3dac6451152a3ddb0939d6cf1 100644 (file)
@@ -124,7 +124,7 @@ bool TGParser::SetValue(Record *CurRec, LocTy Loc, const std::string &ValName,
 
 /// AddSubClass - Add SubClass as a subclass to CurRec, resolving its template
 /// args as SubClass's template arguments.
-bool TGParser::AddSubClass(Record *CurRec, class SubClassReference &SubClass) {
+bool TGParser::AddSubClass(Record *CurRec, SubClassReference &SubClass) {
   Record *SC = SubClass.Rec;
   // Add all of the values in the subclass into the current class.
   const std::vector<RecordVal> &Vals = SC->getValues();