diff options
author | Vikram S. Adve <vadve@cs.uiuc.edu> | 2002-09-14 23:04:52 +0000 |
---|---|---|
committer | Vikram S. Adve <vadve@cs.uiuc.edu> | 2002-09-14 23:04:52 +0000 |
commit | d171a8c7c5d7ac5c4a6c4bd8ce4266c739a1635f (patch) | |
tree | e44ec17e016253334e993790801f8f98314d6eb4 /llvm/lib | |
parent | c9f1e71360254f16f4615af621fadd422b2ed1bc (diff) | |
download | bcm5719-llvm-d171a8c7c5d7ac5c4a6c4bd8ce4266c739a1635f.tar.gz bcm5719-llvm-d171a8c7c5d7ac5c4a6c4bd8ce4266c739a1635f.zip |
Remove unnecessary include.
llvm-svn: 3723
Diffstat (limited to 'llvm/lib')
-rw-r--r-- | llvm/lib/CodeGen/RegAlloc/RegAllocCommon.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/llvm/lib/CodeGen/RegAlloc/RegAllocCommon.h b/llvm/lib/CodeGen/RegAlloc/RegAllocCommon.h index f7c30e6d58f..2b1edb68a31 100644 --- a/llvm/lib/CodeGen/RegAlloc/RegAllocCommon.h +++ b/llvm/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, |