projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ca572be
)
Fix indentation
author
Chris Lattner
<sabre@nondot.org>
Thu, 8 Sep 2005 19:47:28 +0000
(19:47 +0000)
committer
Chris Lattner
<sabre@nondot.org>
Thu, 8 Sep 2005 19:47:28 +0000
(19:47 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@23276
91177308
-0d34-0410-b5e6-
96231b3b80d8
utils/TableGen/FileParser.cpp
patch
|
blob
|
history
diff --git
a/utils/TableGen/FileParser.cpp
b/utils/TableGen/FileParser.cpp
index efe815a69e42ba185349027771cf71c10b85d3fe..d700e0ee0e2f3f70c077b2bacf13fed200468d6d 100644
(file)
--- 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);