mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-11-01 15:11:24 +00:00
Update programmers manual for renamed method
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@5627 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
24a0bee387
commit
c3dc2125a6
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user