diff options
author | Chris Lattner <sabre@nondot.org> | 2009-08-20 03:10:14 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2009-08-20 03:10:14 +0000 |
commit | f6bb2a79f21ffc48fecd3fde538949f19f629811 (patch) | |
tree | 9610a297205360e5155d788ea5ca9439c323b101 /llvm/docs | |
parent | a778b02e89c9543dc7d0639b18a072849a5fa799 (diff) | |
download | bcm5719-llvm-f6bb2a79f21ffc48fecd3fde538949f19f629811.tar.gz bcm5719-llvm-f6bb2a79f21ffc48fecd3fde538949f19f629811.zip |
fix this back, thanks Eli
llvm-svn: 79508
Diffstat (limited to 'llvm/docs')
-rw-r--r-- | llvm/docs/ProgrammersManual.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/docs/ProgrammersManual.html b/llvm/docs/ProgrammersManual.html index 83251e5102d..eaed402d8af 100644 --- a/llvm/docs/ProgrammersManual.html +++ b/llvm/docs/ProgrammersManual.html @@ -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 belong to an <tt>LLVMContext</tt>. Entities in +in LLVM's in-memory IR belongs 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 |