aboutsummaryrefslogtreecommitdiff
path: root/lib/CodeGen/RegAlloc/RegAllocCommon.h
diff options
context:
space:
mode:
authorRuchira Sasanka <sasanka@students.uiuc.edu>2001-09-08 14:22:50 +0000
committerRuchira Sasanka <sasanka@students.uiuc.edu>2001-09-08 14:22:50 +0000
commit7cd2ca13c1920e9db68695a364048cb6586bb324 (patch)
treee2e68e264d5af71eb75b5338cff0a7316e509f49 /lib/CodeGen/RegAlloc/RegAllocCommon.h
parentc7136d2b09a796528d7ce790190394dceb3ab6c3 (diff)
Committed for compliation. Not yet final.
--Ruchira git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@505 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen/RegAlloc/RegAllocCommon.h')
-rw-r--r--lib/CodeGen/RegAlloc/RegAllocCommon.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/lib/CodeGen/RegAlloc/RegAllocCommon.h b/lib/CodeGen/RegAlloc/RegAllocCommon.h
new file mode 100644
index 0000000000..2e3286a887
--- /dev/null
+++ b/lib/CodeGen/RegAlloc/RegAllocCommon.h
@@ -0,0 +1,10 @@
+#ifndef REG_ALLOC_COMMON_H
+#define REG_ALLOC_COMMON_H
+
+// set DEBUG_RA for printing out debug messages
+// if DEBUG_RA is 1 normal output messages
+// if DEBUG_RA is 2 extensive debug info for each instr
+
+#define DEBUG_RA (1)
+
+#endif