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