mirror of
https://github.com/RPCS3/llvm.git
synced 2024-12-02 08:46:37 +00:00
adapt to new API
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@51387 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
03dace82f4
commit
97e378e554
@ -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
Block a user