diff options
author | Stepan Dyatkovskiy <stpworld@narod.ru> | 2014-03-14 08:17:19 +0000 |
---|---|---|
committer | Stepan Dyatkovskiy <stpworld@narod.ru> | 2014-03-14 08:17:19 +0000 |
commit | 90c443696207c6fbc1808fa7a0e5300adf7aec42 (patch) | |
tree | 1a8f6330f0fa8f4711a619a62cfb0c123e3803b8 /llvm/lib/Transforms/IPO/MergeFunctions.cpp | |
parent | 61a0f1c5646dad62af289f5f7a5541b2b2b35377 (diff) | |
download | bcm5719-llvm-90c443696207c6fbc1808fa7a0e5300adf7aec42.tar.gz bcm5719-llvm-90c443696207c6fbc1808fa7a0e5300adf7aec42.zip |
MergeFunctions, cmpType: Fixed comments wrapping.
llvm-svn: 203905
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. /// |