From: Stepan Dyatkovskiy Date: Fri, 14 Mar 2014 08:17:19 +0000 (+0000) Subject: MergeFunctions, cmpType: Fixed comments wrapping. X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=3185e83713977b4d9eee6e1d0b405443d8c785c8;p=oota-llvm.git MergeFunctions, cmpType: Fixed comments wrapping. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@203905 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Transforms/IPO/MergeFunctions.cpp b/lib/Transforms/IPO/MergeFunctions.cpp index 54e423d36a2..7dd38dbadcf 100644 --- a/lib/Transforms/IPO/MergeFunctions.cpp +++ b/lib/Transforms/IPO/MergeFunctions.cpp @@ -206,7 +206,8 @@ private: /// stage coming first has higher priority. /// On each explanation stage keep in mind total ordering properties. /// - /// 0. Before comparison we coerce pointer types of 0 address space to integer. + /// 0. Before comparison we coerce pointer types of 0 address space to + /// integer. /// We also don't bother with same type at left and right, so /// just return 0 in this case. ///