From 18aad23ce36f9c1dc14c818a10d69448137ebe07 Mon Sep 17 00:00:00 2001 From: Tanya Lattner Date: Thu, 7 Jun 2007 16:44:52 +0000 Subject: [PATCH] Correct typo. Should be "not allowed" git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@37490 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/WritingAnLLVMPass.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/WritingAnLLVMPass.html b/docs/WritingAnLLVMPass.html index 925d9811a4e..3d896cf3a11 100644 --- a/docs/WritingAnLLVMPass.html +++ b/docs/WritingAnLLVMPass.html @@ -537,7 +537,7 @@ href="#BasicBlockPass">BasicBlockPass, you should derive from
  • ... not allowed to modify any Functions that are not in the current SCC.
  • -
  • ... allowed to inspect any Function's other than those in the +
  • ... not allowed to inspect any Function's other than those in the current SCC and the direct callees of the SCC.
  • ... required to preserve the current CallGraph object, updating it -- 2.34.1