diff options
Diffstat (limited to 'llvm/lib/Transforms/IPO/MergeFunctions.cpp')
-rw-r--r-- | llvm/lib/Transforms/IPO/MergeFunctions.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/llvm/lib/Transforms/IPO/MergeFunctions.cpp b/llvm/lib/Transforms/IPO/MergeFunctions.cpp index 54e423d36a2..7dd38dbadcf 100644 --- a/llvm/lib/Transforms/IPO/MergeFunctions.cpp +++ b/llvm/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. /// |