diff --git a/docs/WritingAnLLVMPass.html b/docs/WritingAnLLVMPass.html index 61bbba51361..aae0dec6b1a 100644 --- a/docs/WritingAnLLVMPass.html +++ b/docs/WritingAnLLVMPass.html @@ -996,7 +996,7 @@ depended on.

-

One of the main responsibilities of the PassManager is the make sure +

One of the main responsibilities of the PassManager is to make sure that passes interact with each other correctly. Because PassManager tries to optimize the execution of passes it must know how the passes interact with each other and what dependencies exist between