[PATCH] D34393: Adding code padding for performance stability - infrastructure
Craig Topper via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Jun 21 14:00:52 PDT 2017
craig.topper added inline comments.
================
Comment at: include/llvm/MC/MCAsmBackend.h:22
+class MachineBasicBlock;
+class MachineFunction;
----------------
I don't think MC layer supposed to use any of the Machine* classes.
Repository:
rL LLVM
https://reviews.llvm.org/D34393
More information about the llvm-commits
mailing list