diff options
| author | Chris Lattner <sabre@nondot.org> | 2008-04-19 22:41:32 +0000 |
|---|---|---|
| committer | Chris Lattner <sabre@nondot.org> | 2008-04-19 22:41:32 +0000 |
| commit | 0f103e1304d28c4b8e2da7cd406cdd9412d720db (patch) | |
| tree | a7ad726135c2897bb4cb64e12c8e97985bc4765a | |
| parent | b839c05a05f296cece07cc55b6782719a26a6fd4 (diff) | |
| download | bcm5719-llvm-0f103e1304d28c4b8e2da7cd406cdd9412d720db.tar.gz bcm5719-llvm-0f103e1304d28c4b8e2da7cd406cdd9412d720db.zip | |
free(null) -> noop
llvm-svn: 49972
| -rw-r--r-- | llvm/docs/LangRef.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/docs/LangRef.html b/llvm/docs/LangRef.html index 09e557f2159..a638e508805 100644 --- a/llvm/docs/LangRef.html +++ b/llvm/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> |

