Drop a RecordKeeper reference that wasn't necessary.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@132636 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Jakob Stoklund Olesen
2011-06-04 07:49:55 +00:00
parent f14d33d4cb
commit c017bc1c1e
3 changed files with 7 additions and 10 deletions
+1 -1
View File
@@ -380,7 +380,7 @@ int main(int argc, char **argv) {
}
case PrintSets:
{
SetTheory Sets(&Records);
SetTheory Sets;
Sets.addFieldExpander("Set", "Elements");
std::vector<Record*> Recs = Records.getAllDerivedDefinitions("Set");
for (unsigned i = 0, e = Recs.size(); i != e; ++i) {