From d08139d918b3c392f0d179225d50726f53121180 Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Thu, 20 Aug 2009 03:10:14 +0000 Subject: [PATCH] fix this back, thanks Eli llvm-svn: 79508 --- docs/ProgrammersManual.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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