[llvm-commits] CVS: llvm/utils/TableGen/Record.h

Chris Lattner lattner at cs.uiuc.edu
Wed Aug 6 18:01:01 PDT 2003


Changes in directory llvm/utils/TableGen:

Record.h updated: 1.30 -> 1.31

---
Log message:

Add accessor


---
Diffs of the changes:

Index: llvm/utils/TableGen/Record.h
diff -u llvm/utils/TableGen/Record.h:1.30 llvm/utils/TableGen/Record.h:1.31
--- llvm/utils/TableGen/Record.h:1.30	Mon Aug  4 15:44:17 2003
+++ llvm/utils/TableGen/Record.h	Wed Aug  6 18:00:31 2003
@@ -601,6 +601,7 @@
   }
 
   Record *getNodeType() const { return NodeTypeDef; }
+  const std::vector<Init*> getArgs() const { return Args; }
 
   virtual void print(std::ostream &OS) const;
 };





More information about the llvm-commits mailing list