commit | 751eabf7bdd2fad2ad49e0b14f5b3a18384b6ce8 | [log] [tgz] |
---|---|---|
author | Chris Lattner <sabre@nondot.org> | Thu Sep 08 19:47:28 2005 +0000 |
committer | Chris Lattner <sabre@nondot.org> | Thu Sep 08 19:47:28 2005 +0000 |
tree | 292de50acf001a67f025fa247380aa1d9c1759ab | |
parent | ca572be3a1f9edd2e1a932cc9e568e348ff0a10e [diff] [blame] |
Fix indentation git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@23276 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/utils/TableGen/FileParser.cpp b/utils/TableGen/FileParser.cpp index efe815a..d700e0e 100644 --- a/utils/TableGen/FileParser.cpp +++ b/utils/TableGen/FileParser.cpp
@@ -1158,7 +1158,7 @@ addSubClass(Class, *yyvsp[-1].FieldList); // Add info about the subclass to CurRec. delete yyvsp[-1].FieldList; // Free up the template args. - CurRec->resolveReferences(); + CurRec->resolveReferences(); Records.addDef(CurRec);