mirror of
https://github.com/RPCSX/llvm.git
synced 2025-02-08 21:47:23 +00:00
Fix a minor wording bug in the manual
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@12496 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
43aaf66a39
commit
d5fc4fcecf
@ -974,7 +974,8 @@ between them. For this purpose, use a <tt>std::map</tt> of pointers to the
|
|||||||
<p>One important aspect of LLVM is that there is no distinction between an SSA
|
<p>One important aspect of LLVM is that there is no distinction between an SSA
|
||||||
variable and the operation that produces it. Because of this, any reference to
|
variable and the operation that produces it. Because of this, any reference to
|
||||||
the value produced by an instruction (or the value available as an incoming
|
the value produced by an instruction (or the value available as an incoming
|
||||||
argument, for example) is represented as a direct pointer to the class that
|
argument, for example) is represented as a direct pointer to the instance of
|
||||||
|
the class that
|
||||||
represents this value. Although this may take some getting used to, it
|
represents this value. Although this may take some getting used to, it
|
||||||
simplifies the representation and makes it easier to manipulate.</p>
|
simplifies the representation and makes it easier to manipulate.</p>
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user