From: NAKAMURA Takumi Date: Thu, 15 Nov 2012 00:35:50 +0000 (+0000) Subject: InstCombineAndOrXor.cpp: Escape bracket in doxygen description. [-Wdocumentation] X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=00d2a107fbba7993bdf949dc86837752fc9d29c9;p=platform%2Fupstream%2Fllvm.git InstCombineAndOrXor.cpp: Escape bracket in doxygen description. [-Wdocumentation] llvm-svn: 168013 --- diff --git a/llvm/lib/Transforms/InstCombine/InstCombineAndOrXor.cpp b/llvm/lib/Transforms/InstCombine/InstCombineAndOrXor.cpp index 7d0af0d..494cc7d 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)