Make ir_function::signatures private

This commit is contained in:
Ian Romanick
2010-03-31 16:40:58 -07:00
parent 95cd6cc195
commit a4775823b0

1
ir.h
View File

@@ -205,6 +205,7 @@ public:
*/ */
const char *name; const char *name;
private:
/** /**
* Set of overloaded functions with this name. * Set of overloaded functions with this name.
*/ */