[PATCH] Style cleanup in comparebyPosition
Rui Ueyama
ruiu at google.com
Tue Feb 3 16:32:05 PST 2015
LGTM
REPOSITORY
rL LLVM
================
Comment at: lib/Core/DefinedAtom.cpp:89
@@ -91,2 +88,3 @@
+ const File *rhsFile = &rhs->file();
if (lhsFile->ordinal() != rhsFile->ordinal())
return lhsFile->ordinal() < rhsFile->ordinal();
----------------
Remove this
================
Comment at: lib/Core/DefinedAtom.cpp:92
----------------
and this blank line.
http://reviews.llvm.org/D7394
EMAIL PREFERENCES
http://reviews.llvm.org/settings/panel/emailpreferences/
More information about the llvm-commits
mailing list