[PATCH] D42534: [mips] Compute MaxCallFrame size early on
Simon Dardis via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Jan 26 07:58:39 PST 2018
sdardis added a comment.
Ok, hold off on committing this for now, I want to check this, as I'd missed the debuginfo tests when reviewing this. Good catch though.
================
Comment at: lib/Target/Mips/MipsISelLowering.h:373
}
+
+ void finalizeLowering(MachineFunction &MF) const override;
----------------
Nit: whitespace here.
https://reviews.llvm.org/D42534
More information about the llvm-commits
mailing list