| commit | b9f5c0c5be8a93bad5ae9df959012d5edd4879cd | [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 | 696b81c89349dd61995051f7877ffa4f65a3b1d9 | |
| parent | b8af1c2bf6a738f5de3f869a131e8b42c0158f3c [diff] [blame] | 
Fix example code. llvm-svn: 40493
diff --git a/llvm/docs/WritingAnLLVMPass.html b/llvm/docs/WritingAnLLVMPass.html index c967000..58bea1a 100644 --- a/llvm/docs/WritingAnLLVMPass.html +++ b/llvm/docs/WritingAnLLVMPass.html
@@ -320,6 +320,7 @@ } }; + char Hello::ID = 0; RegisterPass<Hello> X("<i>hello</i>", "<i>Hello World Pass</i>"); } </pre></div>