mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-12-13 22:58:50 +00:00
minor grammar tweak
llvm-svn: 79498
This commit is contained in:
parent
bb3b75a863
commit
4477f49ef9
@ -2422,7 +2422,7 @@ units concurrently on independent server threads. Fortunately,
|
||||
<p>
|
||||
Conceptually, <tt>LLVMContext</tt> provides isolation. Every LLVM entity
|
||||
(<tt>Module</tt>s, <tt>Value</tt>s, <tt>Type</tt>s, <tt>Constant</tt>s, etc.)
|
||||
in LLVM's in-memory IR belongs to an <tt>LLVMContext</tt>. Entities in
|
||||
in LLVM's in-memory IR belong to an <tt>LLVMContext</tt>. Entities in
|
||||
different contexts <em>cannot</em> interact with each other: <tt>Module</tt>s in
|
||||
different contexts cannot be linked together, <tt>Function</tt>s cannot be added
|
||||
to <tt>Module</tt>s in different contexts, etc. What this means is that is is
|
||||
|
Loading…
Reference in New Issue
Block a user