diff options
Diffstat (limited to 'lib/CodeGen/RegAlloc/RegClass.h')
-rw-r--r-- | lib/CodeGen/RegAlloc/RegClass.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/CodeGen/RegAlloc/RegClass.h b/lib/CodeGen/RegAlloc/RegClass.h index 9f5a46902a..3fb448a5cd 100644 --- a/lib/CodeGen/RegAlloc/RegClass.h +++ b/lib/CodeGen/RegAlloc/RegClass.h @@ -100,6 +100,9 @@ class RegClass { IG.mergeIGNodesOfLRs(LR1, LR2); } + inline bool * getIsColorUsedArr() { return IsColorUsedArr; } + + inline void printIGNodeList() const { cerr << "IG Nodes for Register Class " << RegClassID << ":" << endl; IG.printIGNodeList(); |