[llvm-commits] CVS: llvm/www/docs/ProgrammersManual.html

Chris Lattner lattner at cs.uiuc.edu
Mon Sep 16 17:09:01 PDT 2002


Changes in directory llvm/www/docs:

ProgrammersManual.html updated: 1.24 -> 1.25

---
Log message:

Fix typeo


---
Diffs of the changes:

Index: llvm/www/docs/ProgrammersManual.html
diff -u llvm/www/docs/ProgrammersManual.html:1.24 llvm/www/docs/ProgrammersManual.html:1.25
--- llvm/www/docs/ProgrammersManual.html:1.24	Thu Sep 12 14:08:16 2002
+++ llvm/www/docs/ProgrammersManual.html	Mon Sep 16 17:08:07 2002
@@ -526,7 +526,7 @@
     virtual runOnFunction(Function& F) {
  	for(Function::iterator b = F.begin(), be = F.end(); b != be; ++b) {
  	    for(BasicBlock::iterator i = b->begin(); ie = b->end(); i != ie; ++i) {
- 		if (<a href="#CallInst">CallInst</a>* callInst = <a href="#isa">dyn_cast</a><<a href="#CallInst">CallInst</a>>(&*inst)) {
+ 		if (<a href="#CallInst">CallInst</a>* callInst = <a href="#isa">dyn_cast</a><<a href="#CallInst">CallInst</a>>(&*i)) {
  		    // we know we've encountered a call instruction, so we
  		    // need to determine if it's a call to the
 	            // function pointed to by m_func or not.
@@ -1575,6 +1575,6 @@
 <a href="mailto:sabre at nondot.org">Chris Lattner</a></address>
 <!-- Created: Tue Aug  6 15:00:33 CDT 2002 -->
 <!-- hhmts start -->
-Last modified: Thu Sep 12 14:07:53 CDT 2002
+Last modified: Mon Sep 16 17:07:43 CDT 2002
 <!-- hhmts end -->
 </font></body></html>





More information about the llvm-commits mailing list