Make ir_function::signatures private
authorIan Romanick <ian.d.romanick@intel.com>
Wed, 31 Mar 2010 23:40:58 +0000 (16:40 -0700)
committerIan Romanick <ian.d.romanick@intel.com>
Wed, 31 Mar 2010 23:40:58 +0000 (16:40 -0700)
ir.h

diff --git a/ir.h b/ir.h
index 3322ea96404e964577e512b8ac861dcb6466ce91..261d1924027ffac1d469de92231a3893e3554a63 100644 (file)
--- a/ir.h
+++ b/ir.h
@@ -205,6 +205,7 @@ public:
     */
    const char *name;
 
+private:
    /**
     * Set of overloaded functions with this name.
     */