mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-07-22 23:24:59 +00:00
Remove a ton of extraneous #includes
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@6842 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -21,10 +21,8 @@
|
||||
|
||||
#include "llvm/Instruction.h"
|
||||
#include "Support/HashExtras.h"
|
||||
#include <assert.h>
|
||||
|
||||
class Constant;
|
||||
class BasicBlock;
|
||||
class Function;
|
||||
class InstrTreeNode;
|
||||
class InstrForest;
|
||||
|
@@ -8,7 +8,6 @@
|
||||
#define LLVM_CODEGEN_INSTR_SELECTION_H
|
||||
|
||||
#include "llvm/Instruction.h"
|
||||
#include <assert.h>
|
||||
class Function;
|
||||
class InstrForest;
|
||||
class MachineInstr;
|
||||
|
@@ -24,7 +24,6 @@
|
||||
|
||||
#include "llvm/CodeGen/MachineFunctionPass.h"
|
||||
#include <map>
|
||||
#include <assert.h>
|
||||
|
||||
class MRegisterInfo;
|
||||
|
||||
|
@@ -20,7 +20,6 @@
|
||||
|
||||
#include "Support/Annotation.h"
|
||||
#include <vector>
|
||||
#include <assert.h>
|
||||
|
||||
class MachineInstr;
|
||||
class Instruction;
|
||||
|
@@ -13,7 +13,6 @@
|
||||
#include "Support/Annotation.h"
|
||||
#include "Support/iterator"
|
||||
#include <set>
|
||||
#include <assert.h>
|
||||
|
||||
class Value;
|
||||
class Function;
|
||||
|
@@ -10,8 +10,6 @@
|
||||
#include "llvm/CodeGen/MachineInstr.h"
|
||||
#include "llvm/Target/TargetRegInfo.h"
|
||||
|
||||
#include <assert.h>
|
||||
|
||||
class Value;
|
||||
class TmpInstruction;
|
||||
class CallInst;
|
||||
|
@@ -11,9 +11,6 @@
|
||||
#define LLVM_CODEGEN_SSAREGMAP_H
|
||||
|
||||
#include "llvm/Target/MRegisterInfo.h"
|
||||
|
||||
#include <assert.h>
|
||||
|
||||
class TargetRegisterClass;
|
||||
|
||||
class SSARegMap {
|
||||
|
Reference in New Issue
Block a user