From d0534a863afaac3f6b2bbcc8c5fcf3ce257cdcf8 Mon Sep 17 00:00:00 2001 From: Brian Gaeke Date: Tue, 16 Sep 2003 15:36:50 +0000 Subject: [PATCH] Edit comment for accuracy git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8562 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/CodeGen/RegAlloc/PhyRegAlloc.h | 6 +++--- lib/Target/SparcV9/RegAlloc/PhyRegAlloc.h | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/lib/CodeGen/RegAlloc/PhyRegAlloc.h b/lib/CodeGen/RegAlloc/PhyRegAlloc.h index 195275fa656..7e86b1205d1 100644 --- a/lib/CodeGen/RegAlloc/PhyRegAlloc.h +++ b/lib/CodeGen/RegAlloc/PhyRegAlloc.h @@ -61,9 +61,9 @@ class PhyRegAlloc { const TargetRegInfo &MRI; // Machine Register information const unsigned NumOfRegClasses; // recorded here for efficiency - // Map to indicate whether operands of each MachineInstr have been updated - // according to their assigned colors. This is primarily for debugging and - // could be removed in the long run. + // Map to indicate whether operands of each MachineInstr have been + // updated according to their assigned colors. This is only used in + // assertion checking (debug builds). std::map OperandsColoredMap; // AddedInstrMap - Used to store instrns added in this phase diff --git a/lib/Target/SparcV9/RegAlloc/PhyRegAlloc.h b/lib/Target/SparcV9/RegAlloc/PhyRegAlloc.h index 195275fa656..7e86b1205d1 100644 --- a/lib/Target/SparcV9/RegAlloc/PhyRegAlloc.h +++ b/lib/Target/SparcV9/RegAlloc/PhyRegAlloc.h @@ -61,9 +61,9 @@ class PhyRegAlloc { const TargetRegInfo &MRI; // Machine Register information const unsigned NumOfRegClasses; // recorded here for efficiency - // Map to indicate whether operands of each MachineInstr have been updated - // according to their assigned colors. This is primarily for debugging and - // could be removed in the long run. + // Map to indicate whether operands of each MachineInstr have been + // updated according to their assigned colors. This is only used in + // assertion checking (debug builds). std::map OperandsColoredMap; // AddedInstrMap - Used to store instrns added in this phase -- 2.11.0