mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-24 03:33:20 +01:00
R600/SI: Add some missing overrides
llvm-svn: 234384
This commit is contained in:
parent
43174c893d
commit
b990cc2a17
@ -101,7 +101,7 @@ public:
|
||||
|
||||
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;
|
||||
|
@ -116,7 +116,7 @@ public:
|
||||
|
||||
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
|
||||
|
Loading…
Reference in New Issue
Block a user