mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-02-01 13:11:39 +01:00
[Hexagon] Fixing unused field copypasta.
llvm-svn: 240055
This commit is contained in:
parent
d4f9106453
commit
3daf614a2c
@ -61,17 +61,11 @@ createHexagonMCSubtargetInfo(const Triple &TT, StringRef CPU, StringRef FS) {
|
||||
|
||||
namespace {
|
||||
class HexagonTargetAsmStreamer : public HexagonTargetStreamer {
|
||||
MCContext &Ctx;
|
||||
formatted_raw_ostream &OS;
|
||||
bool isVerboseAsm;
|
||||
MCInstPrinter &IP;
|
||||
public:
|
||||
HexagonTargetAsmStreamer(MCStreamer &S,
|
||||
formatted_raw_ostream &OS, bool isVerboseAsm,
|
||||
MCInstPrinter &IP)
|
||||
: HexagonTargetStreamer(S), Ctx(Ctx), OS(OS), isVerboseAsm(isVerboseAsm),
|
||||
IP(IP) {}
|
||||
MCStreamer &getStreamer() { return Streamer; }
|
||||
formatted_raw_ostream &, bool,
|
||||
MCInstPrinter &)
|
||||
: HexagonTargetStreamer(S) {}
|
||||
void prettyPrintAsm(MCInstPrinter &InstPrinter, raw_ostream &OS,
|
||||
const MCInst &Inst, const MCSubtargetInfo &STI) override {
|
||||
assert(HexagonMCInstrInfo::isBundle(Inst));
|
||||
|
Loading…
x
Reference in New Issue
Block a user