From: Chris Lattner Date: Thu, 20 Aug 2009 03:10:14 +0000 (+0000) Subject: fix this back, thanks Eli X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=38eee3cc29cb9bee8db573a6320852360f310752;p=oota-llvm.git fix this back, thanks Eli git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@79508 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/docs/ProgrammersManual.html b/docs/ProgrammersManual.html index 83251e5102d..eaed402d8af 100644 --- a/docs/ProgrammersManual.html +++ b/docs/ProgrammersManual.html @@ -2422,7 +2422,7 @@ units concurrently on independent server threads. Fortunately,

Conceptually, LLVMContext provides isolation. Every LLVM entity (Modules, Values, Types, Constants, etc.) -in LLVM's in-memory IR belong to an LLVMContext. Entities in +in LLVM's in-memory IR belongs to an LLVMContext. Entities in different contexts cannot interact with each other: Modules in different contexts cannot be linked together, Functions cannot be added to Modules in different contexts, etc. What this means is that is is