summaryrefslogtreecommitdiffstats
path: root/llvm/lib/TableGen/TGParser.h
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/lib/TableGen/TGParser.h')
-rw-r--r--llvm/lib/TableGen/TGParser.h7
1 files changed, 3 insertions, 4 deletions
diff --git a/llvm/lib/TableGen/TGParser.h b/llvm/lib/TableGen/TGParser.h
index 7948df27208..a457aab3ff6 100644
--- a/llvm/lib/TableGen/TGParser.h
+++ b/llvm/lib/TableGen/TGParser.h
@@ -126,10 +126,9 @@ private: // Semantic analysis methods.
// iteration space.
typedef std::vector<IterRecord> IterSet;
- bool addDefOne(std::unique_ptr<Record> Rec, Init *DefmName,
- IterSet &IterVals);
- bool addDefForeach(Record *Rec, Init *DefmName, IterSet &IterVals);
- bool addDef(std::unique_ptr<Record> Rec, Init *DefmName);
+ bool addDefOne(std::unique_ptr<Record> Rec, IterSet &IterVals);
+ bool addDefForeach(Record *Rec, IterSet &IterVals);
+ bool addDef(std::unique_ptr<Record> Rec);
private: // Parser methods.
bool ParseObjectList(MultiClass *MC = nullptr);
OpenPOWER on IntegriCloud