[llvm] r203905 - MergeFunctions, cmpType: Fixed comments wrapping.
Stepan Dyatkovskiy
stpworld at narod.ru
Fri Mar 14 01:17:19 PDT 2014
Author: dyatkovskiy
Date: Fri Mar 14 03:17:19 2014
New Revision: 203905
URL: http://llvm.org/viewvc/llvm-project?rev=203905&view=rev
Log:
MergeFunctions, cmpType: Fixed comments wrapping.
Modified:
llvm/trunk/lib/Transforms/IPO/MergeFunctions.cpp
Modified: llvm/trunk/lib/Transforms/IPO/MergeFunctions.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/Transforms/IPO/MergeFunctions.cpp?rev=203905&r1=203904&r2=203905&view=diff
==============================================================================
--- llvm/trunk/lib/Transforms/IPO/MergeFunctions.cpp (original)
+++ llvm/trunk/lib/Transforms/IPO/MergeFunctions.cpp Fri Mar 14 03:17:19 2014
@@ -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.
///
More information about the llvm-commits
mailing list