[PATCH] D11268: [DebugInfo] Fix ARM/AArch64 prologue_end position
Anton Korobeynikov
anton at korobeynikov.info
Mon Jul 20 03:35:52 PDT 2015
asl added inline comments.
================
Comment at: lib/Target/Mips/Mips16InstrInfo.cpp:448
@@ -447,2 +447,3 @@
void Mips16InstrInfo::BuildAddiuSpImm
(MachineBasicBlock &MBB, MachineBasicBlock::iterator I, int64_t Imm) const {
+ DebugLoc DL;
----------------
Wow. Looks like MIPS backend certainly deserves a good run of clang-format! (unrelated to this patch :) )
http://reviews.llvm.org/D11268
More information about the llvm-commits
mailing list