[llvm-commits] [llvm] r40493 - /llvm/trunk/docs/WritingAnLLVMPass.html
Devang Patel
dpatel at apple.com
Wed Jul 25 14:05:40 PDT 2007
Author: dpatel
Date: Wed Jul 25 16:05:39 2007
New Revision: 40493
URL: http://llvm.org/viewvc/llvm-project?rev=40493&view=rev
Log:
Fix example code.
Modified:
llvm/trunk/docs/WritingAnLLVMPass.html
Modified: llvm/trunk/docs/WritingAnLLVMPass.html
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/WritingAnLLVMPass.html?rev=40493&r1=40492&r2=40493&view=diff
==============================================================================
--- llvm/trunk/docs/WritingAnLLVMPass.html (original)
+++ llvm/trunk/docs/WritingAnLLVMPass.html Wed Jul 25 16:05:39 2007
@@ -320,6 +320,7 @@
}
};
+ char Hello::ID = 0;
RegisterPass<Hello> X("<i>hello</i>", "<i>Hello World Pass</i>");
}
</pre></div>
More information about the llvm-commits
mailing list