mirror of
https://github.com/RPCS3/llvm.git
synced 2024-12-28 23:43:50 +00:00
Code clean up.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@135954 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
8cb2d61bce
commit
54134708f5
@ -29,13 +29,7 @@ class ARMBaseTargetMachine;
|
||||
class FunctionPass;
|
||||
class JITCodeEmitter;
|
||||
class MachineInstr;
|
||||
class MCCodeEmitter;
|
||||
class MCInst;
|
||||
class MCInstrInfo;
|
||||
class MCObjectWriter;
|
||||
class MCSubtargetInfo;
|
||||
class TargetAsmBackend;
|
||||
class formatted_raw_ostream;
|
||||
|
||||
FunctionPass *createARMISelDag(ARMBaseTargetMachine &TM,
|
||||
CodeGenOpt::Level OptLevel);
|
||||
|
@ -20,9 +20,6 @@
|
||||
#include "ARMMCTargetDesc.h"
|
||||
#include "llvm/Support/ErrorHandling.h"
|
||||
|
||||
// Note that the following auto-generated files only defined enum types, and
|
||||
// so are safe to include here.
|
||||
|
||||
namespace llvm {
|
||||
|
||||
// Enums corresponding to ARM condition codes
|
||||
|
@ -22,7 +22,7 @@
|
||||
|
||||
namespace llvm {
|
||||
|
||||
/// getRegisterNumbering - Given the enum value for some register, e.g.
|
||||
/// getPPCRegisterNumbering - Given the enum value for some register, e.g.
|
||||
/// PPC::F14, return the number that it corresponds to (e.g. 14).
|
||||
inline static unsigned getPPCRegisterNumbering(unsigned RegEnum) {
|
||||
using namespace PPC;
|
||||
|
@ -31,12 +31,7 @@ namespace llvm {
|
||||
class MachineInstr;
|
||||
class AsmPrinter;
|
||||
class MCInst;
|
||||
class MCCodeEmitter;
|
||||
class MCContext;
|
||||
class MCInstrInfo;
|
||||
class MCSubtargetInfo;
|
||||
class TargetMachine;
|
||||
class TargetAsmBackend;
|
||||
|
||||
FunctionPass *createPPCBranchSelectionPass();
|
||||
FunctionPass *createPPCISelDag(PPCTargetMachine &TM);
|
||||
|
@ -25,16 +25,8 @@ namespace llvm {
|
||||
class FunctionPass;
|
||||
class JITCodeEmitter;
|
||||
class MachineCodeEmitter;
|
||||
class MCCodeEmitter;
|
||||
class MCContext;
|
||||
class MCInstrInfo;
|
||||
class MCObjectWriter;
|
||||
class MCSubtargetInfo;
|
||||
class Target;
|
||||
class TargetAsmBackend;
|
||||
class X86TargetMachine;
|
||||
class formatted_raw_ostream;
|
||||
class raw_ostream;
|
||||
|
||||
/// createX86ISelDag - This pass converts a legalized DAG into a
|
||||
/// X86-specific DAG, ready for instruction scheduling.
|
||||
|
Loading…
Reference in New Issue
Block a user