[llvm-commits] [llvm] r79498 - /llvm/trunk/docs/ProgrammersManual.html
Chris Lattner
sabre at nondot.org
Wed Aug 19 17:29:24 PDT 2009
Author: lattner
Date: Wed Aug 19 19:29:24 2009
New Revision: 79498
URL: http://llvm.org/viewvc/llvm-project?rev=79498&view=rev
Log:
minor grammar tweak
Modified:
llvm/trunk/docs/ProgrammersManual.html
Modified: llvm/trunk/docs/ProgrammersManual.html
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/ProgrammersManual.html?rev=79498&r1=79497&r2=79498&view=diff
==============================================================================
--- llvm/trunk/docs/ProgrammersManual.html (original)
+++ llvm/trunk/docs/ProgrammersManual.html Wed Aug 19 19:29:24 2009
@@ -2422,7 +2422,7 @@
<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
More information about the llvm-commits
mailing list