summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorVikram S. Adve <vadve@cs.uiuc.edu>2002-09-14 11:57:17 +0000
committerVikram S. Adve <vadve@cs.uiuc.edu>2002-09-14 11:57:17 +0000
commit7c268984010494658aae70cb3e6bbbceb2ca9855 (patch)
tree3e1fd426190ffb1ef4e4ec8bf742b2d2b2e53ed0 /lib
parent0d0d3ee9a7028113e3a6580f0de6166a3c806436 (diff)
downloadllvm-7c268984010494658aae70cb3e6bbbceb2ca9855.tar.gz
llvm-7c268984010494658aae70cb3e6bbbceb2ca9855.tar.bz2
llvm-7c268984010494658aae70cb3e6bbbceb2ca9855.tar.xz
Moving to lib/CodeGen/RegAlloc.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3718 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib')
-rw-r--r--lib/CodeGen/RegAlloc/RegAllocCommon.h18
-rw-r--r--lib/Target/SparcV9/RegAlloc/RegAllocCommon.h18
2 files changed, 0 insertions, 36 deletions
diff --git a/lib/CodeGen/RegAlloc/RegAllocCommon.h b/lib/CodeGen/RegAlloc/RegAllocCommon.h
deleted file mode 100644
index 7c5cf04952..0000000000
--- a/lib/CodeGen/RegAlloc/RegAllocCommon.h
+++ /dev/null
@@ -1,18 +0,0 @@
-
-
-#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
-
-enum RegAllocDebugLevel_t {
- RA_DEBUG_None = 0,
- RA_DEBUG_Normal = 1,
- RA_DEBUG_Verbose = 2,
-};
-
-extern RegAllocDebugLevel_t DEBUG_RA;
-
-#endif
diff --git a/lib/Target/SparcV9/RegAlloc/RegAllocCommon.h b/lib/Target/SparcV9/RegAlloc/RegAllocCommon.h
deleted file mode 100644
index 7c5cf04952..0000000000
--- a/lib/Target/SparcV9/RegAlloc/RegAllocCommon.h
+++ /dev/null
@@ -1,18 +0,0 @@
-
-
-#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
-
-enum RegAllocDebugLevel_t {
- RA_DEBUG_None = 0,
- RA_DEBUG_Normal = 1,
- RA_DEBUG_Verbose = 2,
-};
-
-extern RegAllocDebugLevel_t DEBUG_RA;
-
-#endif