free(null) -> noop

llvm-svn: 49972
This commit is contained in:
Chris Lattner 2008-04-19 22:41:32 +00:00
parent b839c05a05
commit 0f103e1304
1 changed files with 2 additions and 2 deletions

View File

@ -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>