Implement "internal vs external linkage" which corresponds to the C notion of static
[oota-llvm.git] / include / llvm / Function.h
index 11e823be9ba569536f162ceeeef21004504f93bd..f2b0b48a745b1aa518f0865551a3c90914fe847e 100644 (file)
@@ -42,7 +42,7 @@ private:
   void setParent(Module *parent);
 
 public:
-  Method(const MethodType *Ty, const string &Name = "");
+  Method(const MethodType *Ty, bool isInternal, const string &Name = "");
   ~Method();
 
   // Specialize setName to handle symbol table majik...