diff --git a/llvm/docs/LangRef.html b/llvm/docs/LangRef.html index 6025b41ad700..3d4783a698b7 100644 --- a/llvm/docs/LangRef.html +++ b/llvm/docs/LangRef.html @@ -2179,8 +2179,8 @@ has undefined behavior.

blockaddress(@function, %block)

The 'blockaddress' constant computes the address of the specified - basic block in the specified function, and always has an i8* type.

- + basic block in the specified function, and always has an i8* type. Taking + the address of the entry block is illegal.

This value only has defined behavior when used as an operand to the 'indbr' instruction or for comparisons