diff --git a/docs/WritingAnLLVMPass.html b/docs/WritingAnLLVMPass.html index d1cf63cae8f..353fe6e366f 100644 --- a/docs/WritingAnLLVMPass.html +++ b/docs/WritingAnLLVMPass.html @@ -194,7 +194,7 @@ Next, we declare our pass itself:

This declares a "Hello" class that is a subclass of FunctionPass. -The different builting pass subclasses are described in detail later, but for now, know that FunctionPass's operate a function at a time.