commit | 26e5a309eb24bec7d7177131b5f2730671d84d55 | [log] [tgz] |
---|---|---|
author | Devang Patel <dpatel@apple.com> | Wed Jul 25 21:05:39 2007 +0000 |
committer | Devang Patel <dpatel@apple.com> | Wed Jul 25 21:05:39 2007 +0000 |
tree | b937406188e5a805f95f3c3535ad0f45fcfc61f4 | |
parent | 0cd320362e91852c8f7f2c8c4841498aab7f92fa [diff] [blame] |
Fix example code. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@40493 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/docs/WritingAnLLVMPass.html b/docs/WritingAnLLVMPass.html index c967000..58bea1a 100644 --- a/docs/WritingAnLLVMPass.html +++ b/docs/WritingAnLLVMPass.html
@@ -320,6 +320,7 @@ } }; + char Hello::ID = 0; RegisterPass<Hello> X("<i>hello</i>", "<i>Hello World Pass</i>"); } </pre></div>