diff options
| author | Chris Lattner <sabre@nondot.org> | 2002-10-29 16:50:33 +0000 |
|---|---|---|
| committer | Chris Lattner <sabre@nondot.org> | 2002-10-29 16:50:33 +0000 |
| commit | 189c099a7f651cc6ac8020775851c897605a73fb (patch) | |
| tree | 7ca86b53e89eb5ecdad4668625c96162a4c01cfd /llvm/lib/CodeGen/RegAlloc/RegClass.h | |
| parent | c9e9d2933d3496c2321129d764b3be08cbcc1582 (diff) | |
| download | bcm5719-llvm-189c099a7f651cc6ac8020775851c897605a73fb.tar.gz bcm5719-llvm-189c099a7f651cc6ac8020775851c897605a73fb.zip | |
De-inline methods
llvm-svn: 4379
Diffstat (limited to 'llvm/lib/CodeGen/RegAlloc/RegClass.h')
| -rw-r--r-- | llvm/lib/CodeGen/RegAlloc/RegClass.h | 11 |
1 files changed, 2 insertions, 9 deletions
diff --git a/llvm/lib/CodeGen/RegAlloc/RegClass.h b/llvm/lib/CodeGen/RegAlloc/RegClass.h index 4584a5f7a1e..99a84c02697 100644 --- a/llvm/lib/CodeGen/RegAlloc/RegClass.h +++ b/llvm/lib/CodeGen/RegAlloc/RegClass.h @@ -108,15 +108,8 @@ class RegClass { inline std::vector<bool> &getIsColorUsedArr() { return IsColorUsedArr; } - inline void printIGNodeList() const { - std::cerr << "IG Nodes for Register Class " << RegClassID << ":" << "\n"; - IG.printIGNodeList(); - } - - inline void printIG() { - std::cerr << "IG for Register Class " << RegClassID << ":" << "\n"; - IG.printIG(); - } + void printIGNodeList() const; + void printIG(); }; #endif |

