diff --git a/llvm/docs/LangRef.html b/llvm/docs/LangRef.html index 09e557f21595..a638e5088056 100644 --- a/llvm/docs/LangRef.html +++ b/llvm/docs/LangRef.html @@ -2842,8 +2842,8 @@ instruction.

Semantics:

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.

+after this instruction executes. If the pointer is null, the operation +is a noop.

Example: