summaryrefslogtreecommitdiffstats
path: root/llvm/docs/tutorial/LangImpl3.html
diff options
context:
space:
mode:
authorGabor Greif <ggreif@gmail.com>2008-05-21 18:30:15 +0000
committerGabor Greif <ggreif@gmail.com>2008-05-21 18:30:15 +0000
commite48de9c781e4683bb94103e1bc775bc93acbe91f (patch)
tree47aca06ef7a4bd00a258dd1748e73887e4aefbc3 /llvm/docs/tutorial/LangImpl3.html
parent16f036cbe8c9552f24045db842f2e4b193b9be9e (diff)
downloadbcm5719-llvm-e48de9c781e4683bb94103e1bc775bc93acbe91f.tar.gz
bcm5719-llvm-e48de9c781e4683bb94103e1bc775bc93acbe91f.zip
adapt to new API
llvm-svn: 51387
Diffstat (limited to 'llvm/docs/tutorial/LangImpl3.html')
-rw-r--r--llvm/docs/tutorial/LangImpl3.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/docs/tutorial/LangImpl3.html b/llvm/docs/tutorial/LangImpl3.html
index f77f8f83032..3228e01da12 100644
--- a/llvm/docs/tutorial/LangImpl3.html
+++ b/llvm/docs/tutorial/LangImpl3.html
@@ -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>
OpenPOWER on IntegriCloud