summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrian Gaeke <gaeke@uiuc.edu>2003-09-16 15:36:50 +0000
committerBrian Gaeke <gaeke@uiuc.edu>2003-09-16 15:36:50 +0000
commitc8a9ec01b67b7765763b6e5eb5336e6afe318db8 (patch)
tree4bba11232229bea2eafe99df3737bc115f3eec73
parentd63ea11a0ca1fd696b525f0b692c6639950c7730 (diff)
downloadbcm5719-llvm-c8a9ec01b67b7765763b6e5eb5336e6afe318db8.tar.gz
bcm5719-llvm-c8a9ec01b67b7765763b6e5eb5336e6afe318db8.zip
Edit comment for accuracy
llvm-svn: 8562
-rw-r--r--llvm/lib/CodeGen/RegAlloc/PhyRegAlloc.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/llvm/lib/CodeGen/RegAlloc/PhyRegAlloc.h b/llvm/lib/CodeGen/RegAlloc/PhyRegAlloc.h
index 195275fa656..7e86b1205d1 100644
--- a/llvm/lib/CodeGen/RegAlloc/PhyRegAlloc.h
+++ b/llvm/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<const MachineInstr *, bool> OperandsColoredMap;
// AddedInstrMap - Used to store instrns added in this phase
OpenPOWER on IntegriCloud