Update getFunction parameter documentation. Fixes PR13268.
authorChad Rosier <mcrosier@apple.com>
Fri, 6 Jul 2012 17:15:03 +0000 (17:15 +0000)
committerChad Rosier <mcrosier@apple.com>
Fri, 6 Jul 2012 17:15:03 +0000 (17:15 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@159835 91177308-0d34-0410-b5e6-96231b3b80d8

docs/ProgrammersManual.html

index e00dd4a66d0dc0868910268ad6b2461b94d37b63..fb2cd410af62b6aa9b9f8140c62b9d8d2583ceeb 100644 (file)
@@ -3455,8 +3455,9 @@ provide a name for it (probably based on the name of the translation unit).</p>
 <hr>
 
 <ul>
-  <li><tt><a href="#Function">Function</a> *getFunction(const std::string
-  &amp;Name, const <a href="#FunctionType">FunctionType</a> *Ty)</tt>
+
+  <li><tt><a href="#Function">Function</a> *getFunction(StringRef Name) const
+    </tt>
 
     <p>Look up the specified function in the <tt>Module</tt> <a
     href="#SymbolTable"><tt>SymbolTable</tt></a>. If it does not exist, return