diff options
-rw-r--r-- | docs/LangRef.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/LangRef.html b/docs/LangRef.html index 6025b41ad7..3d4783a698 100644 --- a/docs/LangRef.html +++ b/docs/LangRef.html @@ -2179,8 +2179,8 @@ has undefined behavior.</p> <p><b><tt>blockaddress(@function, %block)</tt></b></p> <p>The '<tt>blockaddress</tt>' constant computes the address of the specified - basic block in the specified function, and always has an i8* type.</p> - + basic block in the specified function, and always has an i8* type. Taking + the address of the entry block is illegal.</p> <p>This value only has defined behavior when used as an operand to the '<a href="#i_indbr"><tt>indbr</tt></a>' instruction or for comparisons |