[PATCH] D34393: Adding code padding for performance stability - infrastructure
Craig Topper via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Aug 14 10:19:39 PDT 2017
craig.topper added a subscriber: rafael.
craig.topper added a comment.
I'm going to add @rafael to this since he's much more familiar with the MC layer than myself.
================
Comment at: lib/MC/MCAssembler.cpp:938
break;
+
+ case MCFragment::FT_Padding:
----------------
Remove the blank lines above and below your code to match the prevailing style of this switch.
https://reviews.llvm.org/D34393
More information about the llvm-commits
mailing list