aboutsummaryrefslogtreecommitdiffstats
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
commit329d653f15f2b40b2eb377feab4c993b3c57a894 (patch)
treeab9e986f2ff891ed1285fa69179496fa5d07ac53 /docs/LangRef.html
parentcbb94f14067f574e835d25b0492e569b0bb9103a (diff)
downloadexternal_llvm-329d653f15f2b40b2eb377feab4c993b3c57a894.zip
external_llvm-329d653f15f2b40b2eb377feab4c993b3c57a894.tar.gz
external_llvm-329d653f15f2b40b2eb377feab4c993b3c57a894.tar.bz2
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 09e557f..a638e50 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>