From e3443a62814158945dae6365bfa1ae3d1acf7882 Mon Sep 17 00:00:00 2001 From: Misha Brukman Date: Mon, 14 Jul 2003 17:05:20 +0000 Subject: [PATCH] Fixed: =>

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7172 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/WritingAnLLVMPass.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/WritingAnLLVMPass.html b/docs/WritingAnLLVMPass.html index de73db3fe5c..36dd24ef2e4 100644 --- a/docs/WritingAnLLVMPass.html +++ b/docs/WritingAnLLVMPass.html @@ -488,7 +488,7 @@ returned if the function is modified.

   virtual bool doFinalization(Module &M);
-
+

The doFinalization method is an infrequently used method that is called when the pass framework has finished calling
   virtual bool doFinalization(Function &F);
-
+

The doFinalization method is an infrequently used method that is called when the pass framework has finished calling