diff --git a/docs/WritingAnLLVMPass.html b/docs/WritingAnLLVMPass.html index c967000a9e0..58bea1a0cad 100644 --- a/docs/WritingAnLLVMPass.html +++ b/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"); }