InstCombineAndOrXor.cpp: Escape bracket in doxygen description. [-Wdocumentation]
authorNAKAMURA Takumi <geek4civic@gmail.com>
Thu, 15 Nov 2012 00:35:50 +0000 (00:35 +0000)
committerNAKAMURA Takumi <geek4civic@gmail.com>
Thu, 15 Nov 2012 00:35:50 +0000 (00:35 +0000)
llvm-svn: 168013

llvm/lib/Transforms/InstCombine/InstCombineAndOrXor.cpp

index 7d0af0d..494cc7d 100644 (file)
@@ -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,