diff options
author | Ian Romanick <ian.d.romanick@intel.com> | 2010-06-09 17:28:54 -0700 |
---|---|---|
committer | Ian Romanick <ian.d.romanick@intel.com> | 2010-06-11 15:36:05 -0700 |
commit | b94c29a47b5020e4d052679fc5d22c19533fd73b (patch) | |
tree | 04208980a049c211405b19fdbf90276a35a336e6 /ir.h | |
parent | eeedd355cfc2f0c578282657bd4259440a88742c (diff) |
ir_constant: Add get_record_field query
Diffstat (limited to 'ir.h')
-rw-r--r-- | ir.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -1071,6 +1071,8 @@ public: unsigned get_uint_component(unsigned i) const; /*@}*/ + ir_constant *get_record_field(const char *name); + /** * Value of the constant. * |