aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVikram S. Adve <vadve@cs.uiuc.edu>2002-09-14 23:04:52 +0000
committerVikram S. Adve <vadve@cs.uiuc.edu>2002-09-14 23:04:52 +0000
commit521758fb79e439b33793f0adc2f455b487034bbd (patch)
tree7ba648809079772e4ccbf3517f607aa86ff216d5
parent7e914a967dff2495ccc9f8f0da9fa855e812088d (diff)
downloadexternal_llvm-521758fb79e439b33793f0adc2f455b487034bbd.zip
external_llvm-521758fb79e439b33793f0adc2f455b487034bbd.tar.gz
external_llvm-521758fb79e439b33793f0adc2f455b487034bbd.tar.bz2
Remove unnecessary include.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3723 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--include/llvm/CodeGen/RegAllocCommon.h2
-rw-r--r--lib/CodeGen/RegAlloc/RegAllocCommon.h2
-rw-r--r--lib/Target/SparcV9/RegAlloc/RegAllocCommon.h2
3 files changed, 0 insertions, 6 deletions
diff --git a/include/llvm/CodeGen/RegAllocCommon.h b/include/llvm/CodeGen/RegAllocCommon.h
index f7c30e6..2b1edb6 100644
--- a/include/llvm/CodeGen/RegAllocCommon.h
+++ b/include/llvm/CodeGen/RegAllocCommon.h
@@ -7,8 +7,6 @@
#ifndef LLVM_CODEGEN_REGALLOCCOMMON_H
#define LLVM_CODEGEN_REGALLOCCOMMON_H
-#include "Support/CommandLine.h"
-
enum RegAllocDebugLevel_t {
RA_DEBUG_None = 0,
RA_DEBUG_Results = 1,
diff --git a/lib/CodeGen/RegAlloc/RegAllocCommon.h b/lib/CodeGen/RegAlloc/RegAllocCommon.h
index f7c30e6..2b1edb6 100644
--- a/lib/CodeGen/RegAlloc/RegAllocCommon.h
+++ b/lib/CodeGen/RegAlloc/RegAllocCommon.h
@@ -7,8 +7,6 @@
#ifndef LLVM_CODEGEN_REGALLOCCOMMON_H
#define LLVM_CODEGEN_REGALLOCCOMMON_H
-#include "Support/CommandLine.h"
-
enum RegAllocDebugLevel_t {
RA_DEBUG_None = 0,
RA_DEBUG_Results = 1,
diff --git a/lib/Target/SparcV9/RegAlloc/RegAllocCommon.h b/lib/Target/SparcV9/RegAlloc/RegAllocCommon.h
index f7c30e6..2b1edb6 100644
--- a/lib/Target/SparcV9/RegAlloc/RegAllocCommon.h
+++ b/lib/Target/SparcV9/RegAlloc/RegAllocCommon.h
@@ -7,8 +7,6 @@
#ifndef LLVM_CODEGEN_REGALLOCCOMMON_H
#define LLVM_CODEGEN_REGALLOCCOMMON_H
-#include "Support/CommandLine.h"
-
enum RegAllocDebugLevel_t {
RA_DEBUG_None = 0,
RA_DEBUG_Results = 1,