aboutsummaryrefslogtreecommitdiff
path: root/utils/TableGen/FileParser.cpp
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2005-09-08 19:47:28 +0000
committerChris Lattner <sabre@nondot.org>2005-09-08 19:47:28 +0000
commit751eabf7bdd2fad2ad49e0b14f5b3a18384b6ce8 (patch)
tree292de50acf001a67f025fa247380aa1d9c1759ab /utils/TableGen/FileParser.cpp
parentca572be3a1f9edd2e1a932cc9e568e348ff0a10e (diff)
Fix indentation
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@23276 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'utils/TableGen/FileParser.cpp')
-rw-r--r--utils/TableGen/FileParser.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/TableGen/FileParser.cpp b/utils/TableGen/FileParser.cpp
index efe815a69e..d700e0ee0e 100644
--- a/utils/TableGen/FileParser.cpp
+++ b/utils/TableGen/FileParser.cpp
@@ -1158,7 +1158,7 @@ case 20:
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);