1
0
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:
Tom Stellard 2015-04-08 02:07:05 +00:00
parent 43174c893d
commit b990cc2a17
2 changed files with 2 additions and 2 deletions

View File

@ -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;

View File

@ -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