X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=include%2Fllvm%2FModule.h;h=56207a0af27f35f8e3612be8e17f30ccdf1c3f61;hb=5eca075b74d62c621b160aa216b4cd50829a2cc7;hp=bce671ddb296b378065191badf44ad8214bb10b2;hpb=e20bbc81012e636cb59bbbe3a114895a2f7fa0da;p=oota-llvm.git diff --git a/include/llvm/Module.h b/include/llvm/Module.h index bce671ddb29..56207a0af27 100644 --- a/include/llvm/Module.h +++ b/include/llvm/Module.h @@ -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