File tree Expand file tree Collapse file tree 8 files changed +0
-12
lines changed Expand file tree Collapse file tree 8 files changed +0
-12
lines changed Original file line number Diff line number Diff line change 77// ===----------------------------------------------------------------------===//
88
99#include " PPCMCExpr.h"
10- #include " PPCFixupKinds.h"
11- #include " llvm/BinaryFormat/ELF.h"
1210#include " llvm/MC/MCAsmInfo.h"
1311#include " llvm/MC/MCAssembler.h"
1412#include " llvm/MC/MCContext.h"
1513#include " llvm/MC/MCObjectStreamer.h"
16- #include " llvm/MC/MCSymbolELF.h"
17- #include " llvm/Support/Casting.h"
1814
1915using namespace llvm ;
2016
Original file line number Diff line number Diff line change 3939#include " llvm/CodeGen/MachineOperand.h"
4040#include " llvm/CodeGen/MachineRegisterInfo.h"
4141#include " llvm/CodeGen/Register.h"
42- #include " llvm/InitializePasses.h"
4342#include " llvm/Pass.h"
44- #include " llvm/PassRegistry.h"
4543#include " llvm/Support/ErrorHandling.h"
4644#include < cassert>
4745
Original file line number Diff line number Diff line change 9595#include " llvm/IR/IntrinsicsPowerPC.h"
9696#include " llvm/IR/Type.h"
9797#include " llvm/IR/Value.h"
98- #include " llvm/InitializePasses.h"
9998#include " llvm/Pass.h"
10099#include " llvm/Support/Casting.h"
101100#include " llvm/Support/CommandLine.h"
Original file line number Diff line number Diff line change 4242#include " llvm/CodeGen/MachineInstrBuilder.h"
4343#include " llvm/CodeGen/MachinePostDominators.h"
4444#include " llvm/CodeGen/MachineRegisterInfo.h"
45- #include " llvm/InitializePasses.h"
4645#include " llvm/Support/Debug.h"
4746#include " llvm/Support/DebugCounter.h"
4847
Original file line number Diff line number Diff line change 2424#include " llvm/CodeGen/MachineInstrBuilder.h"
2525#include " llvm/CodeGen/MachineRegisterInfo.h"
2626#include " llvm/Config/llvm-config.h"
27- #include " llvm/InitializePasses.h"
2827#include " llvm/Support/Debug.h"
2928
3029using namespace llvm ;
Original file line number Diff line number Diff line change 2727#include " llvm/CodeGen/MachineFrameInfo.h"
2828#include " llvm/CodeGen/MachineFunctionPass.h"
2929#include " llvm/CodeGen/MachineInstrBuilder.h"
30- #include " llvm/InitializePasses.h"
3130#include " llvm/Support/Debug.h"
3231#include " llvm/Support/raw_ostream.h"
3332
Original file line number Diff line number Diff line change 2424#include " llvm/Analysis/TargetTransformInfo.h"
2525#include " llvm/CodeGen/GlobalISel/IRTranslator.h"
2626#include " llvm/CodeGen/GlobalISel/InstructionSelect.h"
27- #include " llvm/CodeGen/GlobalISel/InstructionSelector.h"
2827#include " llvm/CodeGen/GlobalISel/Legalizer.h"
2928#include " llvm/CodeGen/GlobalISel/Localizer.h"
3029#include " llvm/CodeGen/GlobalISel/RegBankSelect.h"
Original file line number Diff line number Diff line change 2525#include " llvm/CodeGen/PseudoSourceValue.h"
2626#include " llvm/CodeGen/ScheduleDAG.h"
2727#include " llvm/CodeGen/SlotIndexes.h"
28- #include " llvm/InitializePasses.h"
2928#include " llvm/MC/TargetRegistry.h"
3029#include " llvm/Support/CommandLine.h"
3130#include " llvm/Support/Debug.h"
You can’t perform that action at this time.
0 commit comments