diff options
-rw-r--r-- | docs/LangRef.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/LangRef.html b/docs/LangRef.html index f83496e0e3..9f3ef0d852 100644 --- a/docs/LangRef.html +++ b/docs/LangRef.html @@ -4683,7 +4683,7 @@ to the <tt>%hi</tt>th bit. <p>In reverse mode, a similar computation is made except that the bits replaced wrap around to include both the highest and lowest bits. For example, if a 16 bit value is being replaced then <tt>%lo=8</tt> and <tt>%hi=4</tt> would -cause these bits to be set: <tt>0xFF1F.</p> +cause these bits to be set: <tt>0xFF1F</tt>.</p> <h5>Examples:</h5> <pre> llvm.part.set(0xFFFF, 0, Y, 4, 7) -> 0xFF0F |