forked from OSchip/llvm-project
parent
16f036cbe8
commit
e48de9c781
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue