From: Misha Brukman Date: Mon, 14 Jul 2003 17:05:20 +0000 (+0000) Subject: Fixed: =>

X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=e3443a62814158945dae6365bfa1ae3d1acf7882;p=oota-llvm.git Fixed: =>

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