mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-13 20:32:21 +00:00
Fix reversed logic spotted by Owen Anderson.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@85251 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
37459e508b
commit
8d33659b93
@ -6966,8 +6966,8 @@ LLVM</a>.</p>
|
|||||||
<h5>Semantics:</h5>
|
<h5>Semantics:</h5>
|
||||||
<p>This intrinsic indicates that before this point in the code, the value of the
|
<p>This intrinsic indicates that before this point in the code, the value of the
|
||||||
memory pointed to by <tt>ptr</tt> is dead. This means that it is known to
|
memory pointed to by <tt>ptr</tt> is dead. This means that it is known to
|
||||||
never be used and has an undefined value. A load from the pointer that is
|
never be used and has an undefined value. A load from the pointer that
|
||||||
preceded by this intrinsic can be replaced with
|
precedes this intrinsic can be replaced with
|
||||||
<tt>'<a href="#undefvalues">undef</a>'</tt>.</p>
|
<tt>'<a href="#undefvalues">undef</a>'</tt>.</p>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
Reference in New Issue
Block a user