From a4775823b09f0ff77a46e8f35fba32234791a64c Mon Sep 17 00:00:00 2001 From: Ian Romanick Date: Wed, 31 Mar 2010 16:40:58 -0700 Subject: [PATCH] Make ir_function::signatures private --- ir.h | 1 + 1 file changed, 1 insertion(+) diff --git a/ir.h b/ir.h index 3322ea96404..261d1924027 100644 --- a/ir.h +++ b/ir.h @@ -205,6 +205,7 @@ public: */ const char *name; +private: /** * Set of overloaded functions with this name. */ -- 2.11.0