summaryrefslogtreecommitdiffstats
path: root/llvm/docs/ProgrammersManual.html
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
commite1f59b6e0117ab3c0b048ea26a64ae441b1f108a (patch)
tree752a388e160a5cd64d1c9f705d1a8f0a4ea4d034 /llvm/docs/ProgrammersManual.html
parentdbb8c65e26217be910b694e25c5571e84a9d978f (diff)
downloadbcm5719-llvm-e1f59b6e0117ab3c0b048ea26a64ae441b1f108a.tar.gz
bcm5719-llvm-e1f59b6e0117ab3c0b048ea26a64ae441b1f108a.zip
Update programmers manual for renamed method
llvm-svn: 5627
Diffstat (limited to 'llvm/docs/ProgrammersManual.html')
-rw-r--r--llvm/docs/ProgrammersManual.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/llvm/docs/ProgrammersManual.html b/llvm/docs/ProgrammersManual.html
index 2e14c6bebaa..63e803ba71c 100644
--- a/llvm/docs/ProgrammersManual.html
+++ b/llvm/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>
OpenPOWER on IntegriCloud