diff options
| author | Ian Romanick <ian.d.romanick@intel.com> | 2010-03-31 16:40:58 -0700 |
|---|---|---|
| committer | Ian Romanick <ian.d.romanick@intel.com> | 2010-03-31 16:40:58 -0700 |
| commit | a4775823b09f0ff77a46e8f35fba32234791a64c (patch) | |
| tree | 00282f168a6c53aac56b8c6bd18c80d505e8dbf0 | |
| parent | 95cd6cc195f4652378d7ecf614c6e1c568311a04 (diff) | |
Make ir_function::signatures private
| -rw-r--r-- | ir.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -205,6 +205,7 @@ public: */ const char *name; +private: /** * Set of overloaded functions with this name. */ |
