summaryrefslogtreecommitdiff
path: root/docs/LangRef.html
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2008-04-19 22:41:32 +0000
committerChris Lattner <sabre@nondot.org>2008-04-19 22:41:32 +0000
commite0db56db311069416159171b6c7a31587ac0af5c (patch)
treeab9e986f2ff891ed1285fa69179496fa5d07ac53 /docs/LangRef.html
parent5ae21fb23a55427738132a39c8df550c9c1d0771 (diff)
downloadllvm-e0db56db311069416159171b6c7a31587ac0af5c.tar.gz
llvm-e0db56db311069416159171b6c7a31587ac0af5c.tar.bz2
llvm-e0db56db311069416159171b6c7a31587ac0af5c.tar.xz
free(null) -> noop
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@49972 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/LangRef.html')
-rw-r--r--docs/LangRef.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/LangRef.html b/docs/LangRef.html
index 09e557f215..a638e50880 100644
--- a/docs/LangRef.html
+++ b/docs/LangRef.html
@@ -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>