[PATCH] D22640: Refactoring of ARM machine block size computation
Tim Northover via llvm-commits
llvm-commits at lists.llvm.org
Thu Jul 21 13:28:51 PDT 2016
t.p.northover added inline comments.
================
Comment at: lib/Target/ARM/ARMComputeBlockSize.cpp:42-43
@@ +41,4 @@
+
+void ComputeBlockSize(MachineFunction *MF, MachineBasicBlock *MBB,
+ BasicBlockInfo &BBI) {
+ const ARMBaseInstrInfo *TII =
----------------
Since we're messing up blame history anyway, we'd just as well switch to the preferred LLVM coding style (in this case, functions start with a lower-case letter).
https://reviews.llvm.org/D22640
More information about the llvm-commits
mailing list