[llvm-commits] CVS: llvm/docs/WritingAnLLVMPass.html
Chris Lattner
sabre at nondot.org
Thu May 17 22:39:02 PDT 2007
Changes in directory llvm/docs:
WritingAnLLVMPass.html updated: 1.60 -> 1.61
---
Log message:
validation fix
---
Diffs of the changes: (+2 -2)
WritingAnLLVMPass.html | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
Index: llvm/docs/WritingAnLLVMPass.html
diff -u llvm/docs/WritingAnLLVMPass.html:1.60 llvm/docs/WritingAnLLVMPass.html:1.61
--- llvm/docs/WritingAnLLVMPass.html:1.60 Fri May 18 00:36:14 2007
+++ llvm/docs/WritingAnLLVMPass.html Fri May 18 00:38:44 2007
@@ -312,7 +312,7 @@
<b>struct Hello</b> : <b>public</b> <a href="#FunctionPass">FunctionPass</a> {
static char ID;
- Hello() : FunctionPass((intptr_t)&ID) {}
+ Hello() : FunctionPass((intptr_t)&ID) {}
<b>virtual bool</b> <a href="#runOnFunction">runOnFunction</a>(Function &F) {
llvm::cerr << "<i>Hello: </i>" << F.getName() << "\n";
@@ -1809,7 +1809,7 @@
<a href="mailto:sabre at nondot.org">Chris Lattner</a><br>
<a href="http://llvm.org">The LLVM Compiler Infrastructure</a><br>
- Last modified: $Date: 2007/05/18 05:36:14 $
+ Last modified: $Date: 2007/05/18 05:38:44 $
</address>
</body>
More information about the llvm-commits
mailing list