mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-08-05 13:26:55 +00:00
Move debug options out of header files so that the header does not have
to #include CommandLine.h. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@2712 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -24,7 +24,6 @@
|
||||
#include "SchedGraph.h"
|
||||
#include "llvm/CodeGen/InstrScheduling.h"
|
||||
#include "llvm/Target/MachineSchedInfo.h"
|
||||
#include "Support/CommandLine.h"
|
||||
#include <list>
|
||||
#include <ext/hash_set>
|
||||
#include <iostream>
|
||||
@@ -44,7 +43,7 @@ enum SchedDebugLevel_t {
|
||||
Sched_PrintSchedGraphs,
|
||||
};
|
||||
|
||||
extern cl::Enum<SchedDebugLevel_t> SchedDebugLevel;
|
||||
extern SchedDebugLevel_t SchedDebugLevel;
|
||||
|
||||
//---------------------------------------------------------------------------
|
||||
// Function: instrIsFeasible
|
||||
|
Reference in New Issue
Block a user