git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@234384
91177308-0d34-0410-b5e6-
96231b3b80d8
bool PrintAsmOperand(const MachineInstr *MI, unsigned OpNo,
unsigned AsmVariant, const char *ExtraCode,
- raw_ostream &O);
+ raw_ostream &O) override;
protected:
std::vector<std::string> DisasmLines, HexLines;
std::pair<unsigned, const TargetRegisterClass *> getRegForInlineAsmConstraint(
const TargetRegisterInfo *TRI,
- const std::string &Constraint, MVT VT) const;
+ const std::string &Constraint, MVT VT) const override;
};
} // End namespace llvm