mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-03-06 19:37:56 +00:00
free(null) -> noop
llvm-svn: 49972
This commit is contained in:
parent
a9d8d647ca
commit
5b6f941e70
@ -2842,8 +2842,8 @@ instruction.</p>
|
||||
<h5>Semantics:</h5>
|
||||
|
||||
<p>Access to the memory pointed to by the pointer is no longer defined
|
||||
after this instruction executes. If the pointer is null, the behavior is
|
||||
undefined.</p>
|
||||
after this instruction executes. If the pointer is null, the operation
|
||||
is a noop.</p>
|
||||
|
||||
<h5>Example:</h5>
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user