mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-31 20:51:52 +01:00
Fix reversed logic spotted by Owen Anderson.
llvm-svn: 85251
This commit is contained in:
parent
387ef9147c
commit
f359214d66
@ -6966,8 +6966,8 @@ LLVM</a>.</p>
|
||||
<h5>Semantics:</h5>
|
||||
<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
|
||||
never be used and has an undefined value. A load from the pointer that is
|
||||
preceded by this intrinsic can be replaced with
|
||||
never be used and has an undefined value. A load from the pointer that
|
||||
precedes this intrinsic can be replaced with
|
||||
<tt>'<a href="#undefvalues">undef</a>'</tt>.</p>
|
||||
|
||||
</div>
|
||||
|
Loading…
x
Reference in New Issue
Block a user