diff --git a/llvm/docs/WritingAnLLVMPass.html b/llvm/docs/WritingAnLLVMPass.html index c967000a9e08..58bea1a0cad4 100644 --- a/llvm/docs/WritingAnLLVMPass.html +++ b/llvm/docs/WritingAnLLVMPass.html @@ -320,6 +320,7 @@ argument "hello", and a name "Hello World Pass".
} }; + char Hello::ID = 0; RegisterPass<Hello> X("hello", "Hello World Pass"); }