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

Chris Lattner lattner at cs.uiuc.edu
Wed Feb 26 10:39:01 PST 2003


Changes in directory llvm/www/docs:

ProgrammersManual.html updated: 1.37 -> 1.38

---
Log message:

Update programmers manual for renamed method


---
Diffs of the changes:

Index: llvm/www/docs/ProgrammersManual.html
diff -u llvm/www/docs/ProgrammersManual.html:1.37 llvm/www/docs/ProgrammersManual.html:1.38
--- llvm/www/docs/ProgrammersManual.html:1.37	Wed Nov 20 12:36:02 2002
+++ llvm/www/docs/ProgrammersManual.html	Wed Feb 26 10:38:15 2003
@@ -1136,9 +1136,9 @@
 Returns the <a href="#BasicBlock"><tt>BasicBlock</tt></a> that this
 <tt>Instruction</tt> is embedded into.<p>
 
-<li><tt>bool hasSideEffects()</tt><p>
+<li><tt>bool mayWriteToMemory()</tt><p>
 
-Returns true if the instruction has side effects, i.e. it is a <tt>call</tt>,
+Returns true if the instruction writes to memory, i.e. it is a <tt>call</tt>,
 <tt>free</tt>, <tt>invoke</tt>, or <tt>store</tt>.<p>
 
 <li><tt>unsigned getOpcode()</tt><p>
@@ -1745,6 +1745,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: Wed Nov 20 12:21:34 CST 2002
+Last modified: Mon Feb 24 14:45:19 CST 2003
 <!-- hhmts end -->
 </font></body></html>





More information about the llvm-commits mailing list