mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-22 10:33:23 +00:00
Remove unnecessary include.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3723 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
7e914a967d
commit
521758fb79
@ -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,
|
||||
|
@ -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,
|
||||
|
@ -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,
|
||||
|
Loading…
x
Reference in New Issue
Block a user