1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 19:12:56 +02:00

Remove unnecessary include.

llvm-svn: 3723
This commit is contained in:
Vikram S. Adve 2002-09-14 23:04:52 +00:00
parent 263de0387d
commit 8d2a9260ef
2 changed files with 0 additions and 4 deletions

View File

@ -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,

View File

@ -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,