[PATCH] D20769: [IPRA] Interprocedural Register Allocation
Mehdi AMINI via llvm-commits
llvm-commits at lists.llvm.org
Sun May 29 13:30:03 PDT 2016
mehdi_amini added inline comments.
================
Comment at: include/llvm/CodeGen/PhysicalRegisterUsageInfo.h:28
@@ +27,3 @@
+
+ class PhysicalRegisterUsageInfo : public ImmutablePass {
+ virtual void anchor();
----------------
This is not clang-formatted, can you please format it?
http://reviews.llvm.org/D20769
More information about the llvm-commits
mailing list