R600/SI: Add some missing overrides
authorTom Stellard <thomas.stellard@amd.com>
Wed, 8 Apr 2015 02:07:05 +0000 (02:07 +0000)
committerTom Stellard <thomas.stellard@amd.com>
Wed, 8 Apr 2015 02:07:05 +0000 (02:07 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@234384 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Target/R600/AMDGPUAsmPrinter.h
lib/Target/R600/SIISelLowering.h

index 824cc4394a7d1bfd51be8973f2f9f18318545727..1acff3a3222fe688d21dae9ff7c30046715a5efb 100644 (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;
index 168de4cb46c179fce85557c0e56594e46c649ca8..a6bc7c607fa40deae1e4f13c9865de9dd2a40cbe 100644 (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