diff options
author | Chris Lattner <sabre@nondot.org> | 2005-09-08 19:47:28 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2005-09-08 19:47:28 +0000 |
commit | 07f1e4597e5693425f1b03e309462c528e20d30d (patch) | |
tree | ae74bc8411ea34f83cf5255aa63130d928614e1b /llvm/utils/TableGen/FileParser.cpp | |
parent | bd6b1649655ac5f4dd8d62ab6a3ebe424c5fadcd (diff) | |
download | bcm5719-llvm-07f1e4597e5693425f1b03e309462c528e20d30d.tar.gz bcm5719-llvm-07f1e4597e5693425f1b03e309462c528e20d30d.zip |
Fix indentation
llvm-svn: 23276
Diffstat (limited to 'llvm/utils/TableGen/FileParser.cpp')
-rw-r--r-- | llvm/utils/TableGen/FileParser.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/utils/TableGen/FileParser.cpp b/llvm/utils/TableGen/FileParser.cpp index efe815a69e4..d700e0ee0e2 100644 --- a/llvm/utils/TableGen/FileParser.cpp +++ b/llvm/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); |