aboutsummaryrefslogtreecommitdiff
path: root/lib/CodeGen/RegAlloc/IGNode.cpp
diff options
context:
space:
mode:
authorVikram S. Adve <vadve@cs.uiuc.edu>2002-09-14 23:05:33 +0000
committerVikram S. Adve <vadve@cs.uiuc.edu>2002-09-14 23:05:33 +0000
commit39c94e105fcfdb59555e8c3b5e6798a81bc3ea6b (patch)
tree0b716b24d11f8b65cbe8e2aa0da7212117a7d968 /lib/CodeGen/RegAlloc/IGNode.cpp
parent521758fb79e439b33793f0adc2f455b487034bbd (diff)
Break RA_DEBUG option into several levels to get better control over
debug output. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3724 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen/RegAlloc/IGNode.cpp')
-rw-r--r--lib/CodeGen/RegAlloc/IGNode.cpp6
1 files changed, 6 insertions, 0 deletions
diff --git a/lib/CodeGen/RegAlloc/IGNode.cpp b/lib/CodeGen/RegAlloc/IGNode.cpp
index 795e8b7152..c8fca7a23b 100644
--- a/lib/CodeGen/RegAlloc/IGNode.cpp
+++ b/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>