Rename some GC classes so that their roll will hopefully be clearer.
[oota-llvm.git] / include / llvm / Module.h
index bce671ddb296b378065191badf44ad8214bb10b2..56207a0af27f35f8e3612be8e17f30ccdf1c3f61 100644 (file)
@@ -209,6 +209,7 @@ public:
   /// getFunction - Look up the specified function in the module symbol table.
   /// If it does not exist, return null.
   Function *getFunction(const std::string &Name) const;
+  Function *getFunction(const char *Name) const;
 
 /// @}
 /// @name Global Variable Accessors