MergeFunctions, cmpType: Fixed comments wrapping.
authorStepan Dyatkovskiy <stpworld@narod.ru>
Fri, 14 Mar 2014 08:17:19 +0000 (08:17 +0000)
committerStepan Dyatkovskiy <stpworld@narod.ru>
Fri, 14 Mar 2014 08:17:19 +0000 (08:17 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@203905 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Transforms/IPO/MergeFunctions.cpp

index 54e423d36a27531178a7f38ec631a95dfae651c6..7dd38dbadcf1d2941b6cd153b46a40bd85ea8bc1 100644 (file)
@@ -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.
   ///