diff --git a/lib/CodeGen/RegAlloc/PhyRegAlloc.h b/lib/CodeGen/RegAlloc/PhyRegAlloc.h index ca517138b75..12f0bf05ebf 100644 --- a/lib/CodeGen/RegAlloc/PhyRegAlloc.h +++ b/lib/CodeGen/RegAlloc/PhyRegAlloc.h @@ -51,8 +51,8 @@ class LoopInfo; //---------------------------------------------------------------------------- struct AddedInstrns { - std::vector InstrnsBefore;// Added insts BEFORE an existing inst - std::vector InstrnsAfter; // Added insts AFTER an existing inst + std::vector InstrnsBefore;//Insts added BEFORE an existing inst + std::vector InstrnsAfter; //Insts added AFTER an existing inst }; typedef std::map AddedInstrMapType; @@ -70,8 +70,8 @@ class PhyRegAlloc: public NonCopyable { std::vector RegClassList; // vector of register classes const TargetMachine &TM; // target machine - const Function *Meth; // name of the function we work on - MachineFunction &mcInfo; // descriptor for method's native code + const Function *Fn; // name of the function we work on + MachineFunction &MF; // descriptor for method's native code FunctionLiveVarInfo *const LVI; // LV information for this method // (already computed for BBs) LiveRangeInfo LRI; // LR info (will be computed) diff --git a/lib/Target/SparcV9/RegAlloc/PhyRegAlloc.h b/lib/Target/SparcV9/RegAlloc/PhyRegAlloc.h index ca517138b75..12f0bf05ebf 100644 --- a/lib/Target/SparcV9/RegAlloc/PhyRegAlloc.h +++ b/lib/Target/SparcV9/RegAlloc/PhyRegAlloc.h @@ -51,8 +51,8 @@ class LoopInfo; //---------------------------------------------------------------------------- struct AddedInstrns { - std::vector InstrnsBefore;// Added insts BEFORE an existing inst - std::vector InstrnsAfter; // Added insts AFTER an existing inst + std::vector InstrnsBefore;//Insts added BEFORE an existing inst + std::vector InstrnsAfter; //Insts added AFTER an existing inst }; typedef std::map AddedInstrMapType; @@ -70,8 +70,8 @@ class PhyRegAlloc: public NonCopyable { std::vector RegClassList; // vector of register classes const TargetMachine &TM; // target machine - const Function *Meth; // name of the function we work on - MachineFunction &mcInfo; // descriptor for method's native code + const Function *Fn; // name of the function we work on + MachineFunction &MF; // descriptor for method's native code FunctionLiveVarInfo *const LVI; // LV information for this method // (already computed for BBs) LiveRangeInfo LRI; // LR info (will be computed)