From: Reid Spencer
Date: Wed, 11 Apr 2007 23:26:07 +0000 (+0000)
Subject: Put period inside the paragraph!
X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=e31a27d721c95c82a27a4e125d79ed6e019e3014;p=oota-llvm.git
Put period inside the paragraph!
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@35930 91177308-0d34-0410-b5e6-96231b3b80d8
---
diff --git a/docs/LangRef.html b/docs/LangRef.html
index d487cbee16e..f83496e0e31 100644
--- a/docs/LangRef.html
+++ b/docs/LangRef.html
@@ -4683,7 +4683,7 @@ to the %hith bit.
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 %lo=8 and %hi=4 would
-cause these bits to be set: 0xFF1F
.
+cause these bits to be set: 0xFF1F.
Examples:
llvm.part.set(0xFFFF, 0, Y, 4, 7) -> 0xFF0F