mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-02-06 06:33:24 +00:00
InstCombineAndOrXor.cpp: Escape bracket in doxygen description. [-Wdocumentation]
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@168013 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
b61a11f7c0
commit
45fc0b65e2
@ -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,
|
||||
|
Loading…
x
Reference in New Issue
Block a user