diff options
Diffstat (limited to 'llvm/support')
| -rw-r--r-- | llvm/support/tools/TableGen/Record.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/support/tools/TableGen/Record.h b/llvm/support/tools/TableGen/Record.h index 8b37dba44b0..ab485553c0c 100644 --- a/llvm/support/tools/TableGen/Record.h +++ b/llvm/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; }; |

