[PATCH] D20769: [IPRA] Interprocedural Register Allocation - Analysis Passes
Mehdi AMINI via llvm-commits
llvm-commits at lists.llvm.org
Mon Jun 6 22:21:45 PDT 2016
mehdi_amini added inline comments.
================
Comment at: lib/CodeGen/RegUsageInfoCollector.cpp:128
@@ +127,3 @@
+
+ const Module *Mdl = MF.getFunction()->getParent();
+
----------------
`Mdl` is not usual, `M` alone is more common (or sometimes `Mod`)
http://reviews.llvm.org/D20769
More information about the llvm-commits
mailing list