From 7c268984010494658aae70cb3e6bbbceb2ca9855 Mon Sep 17 00:00:00 2001 From: "Vikram S. Adve" Date: Sat, 14 Sep 2002 11:57:17 +0000 Subject: [PATCH] Moving to lib/CodeGen/RegAlloc. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3718 91177308-0d34-0410-b5e6-96231b3b80d8 --- include/llvm/CodeGen/RegAllocCommon.h | 18 ------------------ lib/CodeGen/RegAlloc/RegAllocCommon.h | 18 ------------------ lib/Target/SparcV9/RegAlloc/RegAllocCommon.h | 18 ------------------ 3 files changed, 54 deletions(-) delete mode 100644 include/llvm/CodeGen/RegAllocCommon.h delete mode 100644 lib/CodeGen/RegAlloc/RegAllocCommon.h delete mode 100644 lib/Target/SparcV9/RegAlloc/RegAllocCommon.h diff --git a/include/llvm/CodeGen/RegAllocCommon.h b/include/llvm/CodeGen/RegAllocCommon.h deleted file mode 100644 index 7c5cf049521..00000000000 --- a/include/llvm/CodeGen/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/CodeGen/RegAlloc/RegAllocCommon.h b/lib/CodeGen/RegAlloc/RegAllocCommon.h deleted file mode 100644 index 7c5cf049521..00000000000 --- 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 7c5cf049521..00000000000 --- 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