diff --git a/docs/LangRef.html b/docs/LangRef.html index caaf983ef97..b3cc8db5606 100644 --- a/docs/LangRef.html +++ b/docs/LangRef.html @@ -3090,7 +3090,8 @@ nothing is done (no-op cast).
The 'bitcast' instruction takes a value to cast, which must be a first class value, and a type to cast it to, which must also be a first class type. The bit sizes of value -and the destination type, ty2, must be identical.
+and the destination type, ty2, must be identical. If the source +type is a pointer, the destination type must also be a pointer.The 'bitcast' instruction converts value to type