summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2003-02-26 16:38:15 +0000
committerChris Lattner <sabre@nondot.org>2003-02-26 16:38:15 +0000
commitc3dc2125a6822722ac898bf367df7e652091a827 (patch)
tree2a69da30af7d9ad2b730afb1ff2752c67880556f /docs
parent24a0bee3872d8e6b8c54eadb5fd2f500d0794919 (diff)
downloadllvm-c3dc2125a6822722ac898bf367df7e652091a827.tar.gz
llvm-c3dc2125a6822722ac898bf367df7e652091a827.tar.bz2
llvm-c3dc2125a6822722ac898bf367df7e652091a827.tar.xz
Update programmers manual for renamed method
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@5627 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs')
-rw-r--r--docs/ProgrammersManual.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/ProgrammersManual.html b/docs/ProgrammersManual.html
index 2e14c6beba..63e803ba71 100644
--- a/docs/ProgrammersManual.html
+++ b/docs/ProgrammersManual.html
@@ -1136,9 +1136,9 @@ the <tt>Instruction</tt> class</h4><ul>
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 @@ pointer to the parent Function.
<a href="mailto:sabre@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>