diff --git a/docs/LangRef.html b/docs/LangRef.html index 5e030305b5e..0c004e48251 100644 --- a/docs/LangRef.html +++ b/docs/LangRef.html @@ -2701,6 +2701,7 @@ It will always truncate bits.
%X = trunc i32 257 to i8 ; yields i8:1 %Y = trunc i32 123 to bool ; yields bool:true + %Y = trunc i32 122 to bool ; yields bool:false