adapt to new API
authorGabor Greif <ggreif@gmail.com>
Wed, 21 May 2008 18:30:15 +0000 (18:30 +0000)
committerGabor Greif <ggreif@gmail.com>
Wed, 21 May 2008 18:30:15 +0000 (18:30 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@51387 91177308-0d34-0410-b5e6-96231b3b80d8

docs/tutorial/LangImpl3.html
docs/tutorial/OCamlLangImpl3.html

index f77f8f83032ca927e6f3815695301842b35ead66..3228e01da129ab649b18fd78b15e0a3b53601c78 100644 (file)
@@ -166,7 +166,7 @@ internally (<tt>APFloat</tt> has the capability of holding floating point
 constants of <em>A</em>rbitrary <em>P</em>recision).  This code basically just
 creates and returns a <tt>ConstantFP</tt>.  Note that in the LLVM IR
 that constants are all uniqued together and shared.  For this reason, the API
-uses "the foo::get(..)" idiom instead of "new foo(..)" or "foo::create(..)".</p>
+uses "the foo::get(..)" idiom instead of "new foo(..)" or "foo::Create(..)".</p>
 
 <div class="doc_code">
 <pre>
index b396ef07ae5ccf6fa5b9dcb604a60c4a05a366f8..0ff0703d18cceb772cfe16cdba26031d2f792de1 100644 (file)
@@ -148,7 +148,7 @@ internally (<tt>APFloat</tt> has the capability of holding floating point
 constants of <em>A</em>rbitrary <em>P</em>recision).  This code basically just
 creates and returns a <tt>ConstantFP</tt>.  Note that in the LLVM IR
 that constants are all uniqued together and shared.  For this reason, the API
-uses "the foo::get(..)" idiom instead of "new foo(..)" or "foo::create(..)".</p>
+uses "the foo::get(..)" idiom instead of "new foo(..)" or "foo::Create(..)".</p>
 
 <div class="doc_code">
 <pre>