diff options
Diffstat (limited to 'support')
-rw-r--r-- | support/tools/TableGen/Record.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/support/tools/TableGen/Record.h b/support/tools/TableGen/Record.h index 8b37dba..ab48555 100644 --- a/support/tools/TableGen/Record.h +++ b/support/tools/TableGen/Record.h @@ -601,6 +601,7 @@ public: } Record *getNodeType() const { return NodeTypeDef; } + const std::vector<Init*> getArgs() const { return Args; } virtual void print(std::ostream &OS) const; }; |