mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-11-23 16:19:52 +00:00
Edit comment for accuracy
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8562 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -61,9 +61,9 @@ class PhyRegAlloc {
|
|||||||
const TargetRegInfo &MRI; // Machine Register information
|
const TargetRegInfo &MRI; // Machine Register information
|
||||||
const unsigned NumOfRegClasses; // recorded here for efficiency
|
const unsigned NumOfRegClasses; // recorded here for efficiency
|
||||||
|
|
||||||
// Map to indicate whether operands of each MachineInstr have been updated
|
// Map to indicate whether operands of each MachineInstr have been
|
||||||
// according to their assigned colors. This is primarily for debugging and
|
// updated according to their assigned colors. This is only used in
|
||||||
// could be removed in the long run.
|
// assertion checking (debug builds).
|
||||||
std::map<const MachineInstr *, bool> OperandsColoredMap;
|
std::map<const MachineInstr *, bool> OperandsColoredMap;
|
||||||
|
|
||||||
// AddedInstrMap - Used to store instrns added in this phase
|
// AddedInstrMap - Used to store instrns added in this phase
|
||||||
|
|||||||
@@ -61,9 +61,9 @@ class PhyRegAlloc {
|
|||||||
const TargetRegInfo &MRI; // Machine Register information
|
const TargetRegInfo &MRI; // Machine Register information
|
||||||
const unsigned NumOfRegClasses; // recorded here for efficiency
|
const unsigned NumOfRegClasses; // recorded here for efficiency
|
||||||
|
|
||||||
// Map to indicate whether operands of each MachineInstr have been updated
|
// Map to indicate whether operands of each MachineInstr have been
|
||||||
// according to their assigned colors. This is primarily for debugging and
|
// updated according to their assigned colors. This is only used in
|
||||||
// could be removed in the long run.
|
// assertion checking (debug builds).
|
||||||
std::map<const MachineInstr *, bool> OperandsColoredMap;
|
std::map<const MachineInstr *, bool> OperandsColoredMap;
|
||||||
|
|
||||||
// AddedInstrMap - Used to store instrns added in this phase
|
// AddedInstrMap - Used to store instrns added in this phase
|
||||||
|
|||||||
Reference in New Issue
Block a user