[llvm-commits] CVS: llvm/lib/CodeGen/RegAlloc/PhyRegAlloc.h
Brian Gaeke
gaeke at cs.uiuc.edu
Tue Sep 16 10:37:02 PDT 2003
Changes in directory llvm/lib/CodeGen/RegAlloc:
PhyRegAlloc.h updated: 1.47 -> 1.48
---
Log message:
Edit comment for accuracy
---
Diffs of the changes:
Index: llvm/lib/CodeGen/RegAlloc/PhyRegAlloc.h
diff -u llvm/lib/CodeGen/RegAlloc/PhyRegAlloc.h:1.47 llvm/lib/CodeGen/RegAlloc/PhyRegAlloc.h:1.48
--- llvm/lib/CodeGen/RegAlloc/PhyRegAlloc.h:1.47 Mon Sep 1 15:12:17 2003
+++ llvm/lib/CodeGen/RegAlloc/PhyRegAlloc.h Tue Sep 16 10:36:50 2003
@@ -61,9 +61,9 @@
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
More information about the llvm-commits
mailing list