summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Transforms/InstCombine
diff options
context:
space:
mode:
authorNAKAMURA Takumi <geek4civic@gmail.com>2012-11-15 00:35:50 +0000
committerNAKAMURA Takumi <geek4civic@gmail.com>2012-11-15 00:35:50 +0000
commit00d2a107fbba7993bdf949dc86837752fc9d29c9 (patch)
tree2143a49d49710342b1df53f7f432f45f4845f407 /llvm/lib/Transforms/InstCombine
parentaf41696bc45c3a4e5e5a4e62f177e87b184eb5e7 (diff)
downloadbcm5719-llvm-00d2a107fbba7993bdf949dc86837752fc9d29c9.tar.gz
bcm5719-llvm-00d2a107fbba7993bdf949dc86837752fc9d29c9.zip
InstCombineAndOrXor.cpp: Escape bracket in doxygen description. [-Wdocumentation]
llvm-svn: 168013
Diffstat (limited to 'llvm/lib/Transforms/InstCombine')
-rw-r--r--llvm/lib/Transforms/InstCombine/InstCombineAndOrXor.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Transforms/InstCombine/InstCombineAndOrXor.cpp b/llvm/lib/Transforms/InstCombine/InstCombineAndOrXor.cpp
index 7d0af0d8022..494cc7d1517 100644
--- a/llvm/lib/Transforms/InstCombine/InstCombineAndOrXor.cpp
+++ b/llvm/lib/Transforms/InstCombine/InstCombineAndOrXor.cpp
@@ -269,7 +269,7 @@ Instruction *InstCombiner::OptAndOp(Instruction *Op,
/// InsertRangeTest - Emit a computation of: (V >= Lo && V < Hi) if Inside is
/// true, otherwise (V < Lo || V >= Hi). In practice, we emit the more efficient
-/// (V-Lo) <u Hi-Lo. This method expects that Lo <= Hi. isSigned indicates
+/// (V-Lo) \<u Hi-Lo. This method expects that Lo <= Hi. isSigned indicates
/// whether to treat the V, Lo and HI as signed or not. IB is the location to
/// insert new instructions.
Value *InstCombiner::InsertRangeTest(Value *V, Constant *Lo, Constant *Hi,
OpenPOWER on IntegriCloud