teemperor added a comment. Do we also want to get rid of the `// C Includes` comments that are in some files? LLVM isn't using them either and just removing lines doesn't make git blame more complicated.
================ Comment at: source/Plugins/Instruction/MIPS/EmulateInstructionMIPS.cpp:38 #include "Plugins/Process/Utility/InstructionUtils.h" -#include "Plugins/Process/Utility/RegisterContext_mips.h" //mips32 has same registers nos as mips64 ---------------- Just FYI: That's not one of the 'for X' kind of comments like the rest, but it also seems of redundant so let's also remove it. Repository: rLLDB LLDB https://reviews.llvm.org/D54385 _______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits