aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--docs/LangRef.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/LangRef.html b/docs/LangRef.html
index 5e030305b5..0c004e4825 100644
--- a/docs/LangRef.html
+++ b/docs/LangRef.html
@@ -2701,6 +2701,7 @@ It will always truncate bits.</p>
<pre>
%X = trunc i32 257 to i8 <i>; yields i8:1</i>
%Y = trunc i32 123 to bool <i>; yields bool:true</i>
+ %Y = trunc i32 122 to bool <i>; yields bool:false</i>
</pre>
</div>