diff options
author | Vikram S. Adve <vadve@cs.uiuc.edu> | 2002-09-14 23:05:33 +0000 |
---|---|---|
committer | Vikram S. Adve <vadve@cs.uiuc.edu> | 2002-09-14 23:05:33 +0000 |
commit | 0e56b36b53a32481b56f7bd594244e24e67803ab (patch) | |
tree | e8a3a860186c02e84af5921e8d844975adb6f332 /llvm/lib/CodeGen/RegAlloc/IGNode.cpp | |
parent | d171a8c7c5d7ac5c4a6c4bd8ce4266c739a1635f (diff) | |
download | bcm5719-llvm-0e56b36b53a32481b56f7bd594244e24e67803ab.tar.gz bcm5719-llvm-0e56b36b53a32481b56f7bd594244e24e67803ab.zip |
Break RA_DEBUG option into several levels to get better control over
debug output.
llvm-svn: 3724
Diffstat (limited to 'llvm/lib/CodeGen/RegAlloc/IGNode.cpp')
-rw-r--r-- | llvm/lib/CodeGen/RegAlloc/IGNode.cpp | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/llvm/lib/CodeGen/RegAlloc/IGNode.cpp b/llvm/lib/CodeGen/RegAlloc/IGNode.cpp index 795e8b71524..c8fca7a23b6 100644 --- a/llvm/lib/CodeGen/RegAlloc/IGNode.cpp +++ b/llvm/lib/CodeGen/RegAlloc/IGNode.cpp @@ -1,3 +1,9 @@ +//===-- IGNode.cpp -------------------------------------------------------===// +// +// class IGNode for coloring-based register allocation for LLVM. +// +//===----------------------------------------------------------------------===// + #include "llvm/CodeGen/IGNode.h" #include <algorithm> #include <iostream> |