R600/SI: Add some missing overrides

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@234384 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Tom Stellard 2015-04-08 02:07:05 +00:00
parent 593fcb4854
commit 65bae699c4
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