From 38eee3cc29cb9bee8db573a6320852360f310752 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 git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@79508 91177308-0d34-0410-b5e6-96231b3b80d8 --- 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 -- 2.34.1