forked from OSchip/llvm-project
[Sparc] Move SparcTargetStreamer.h to the MC Desc, where the implementation is already
llvm-svn: 341826
This commit is contained in:
parent
d93b07f0b0
commit
07d106db18
|
@ -7,8 +7,8 @@
|
|||
//
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
||||
#ifndef LLVM_LIB_TARGET_SPARC_SPARCTARGETSTREAMER_H
|
||||
#define LLVM_LIB_TARGET_SPARC_SPARCTARGETSTREAMER_H
|
||||
#ifndef LLVM_LIB_TARGET_SPARC_MCTARGETDESC_SPARCTARGETSTREAMER_H
|
||||
#define LLVM_LIB_TARGET_SPARC_MCTARGETDESC_SPARCTARGETSTREAMER_H
|
||||
|
||||
#include "llvm/MC/MCELFStreamer.h"
|
||||
#include "llvm/MC/MCStreamer.h"
|
||||
|
@ -33,7 +33,6 @@ public:
|
|||
SparcTargetAsmStreamer(MCStreamer &S, formatted_raw_ostream &OS);
|
||||
void emitSparcRegisterIgnore(unsigned reg) override;
|
||||
void emitSparcRegisterScratch(unsigned reg) override;
|
||||
|
||||
};
|
||||
|
||||
// This part is for ELF object output
|
|
@ -14,10 +14,10 @@
|
|||
|
||||
#include "InstPrinter/SparcInstPrinter.h"
|
||||
#include "MCTargetDesc/SparcMCExpr.h"
|
||||
#include "MCTargetDesc/SparcTargetStreamer.h"
|
||||
#include "Sparc.h"
|
||||
#include "SparcInstrInfo.h"
|
||||
#include "SparcTargetMachine.h"
|
||||
#include "SparcTargetStreamer.h"
|
||||
#include "llvm/CodeGen/AsmPrinter.h"
|
||||
#include "llvm/CodeGen/MachineInstr.h"
|
||||
#include "llvm/CodeGen/MachineModuleInfoImpls.h"
|
||||
|
|
Loading…
Reference in New Issue