[llvm] r234384 - R600/SI: Add some missing overrides

Tom Stellard thomas.stellard at amd.com
Tue Apr 7 19:07:06 PDT 2015


Author: tstellar
Date: Tue Apr  7 21:07:05 2015
New Revision: 234384

URL: http://llvm.org/viewvc/llvm-project?rev=234384&view=rev
Log:
R600/SI: Add some missing overrides

Modified:
    llvm/trunk/lib/Target/R600/AMDGPUAsmPrinter.h
    llvm/trunk/lib/Target/R600/SIISelLowering.h

Modified: llvm/trunk/lib/Target/R600/AMDGPUAsmPrinter.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/Target/R600/AMDGPUAsmPrinter.h?rev=234384&r1=234383&r2=234384&view=diff
==============================================================================
--- llvm/trunk/lib/Target/R600/AMDGPUAsmPrinter.h (original)
+++ llvm/trunk/lib/Target/R600/AMDGPUAsmPrinter.h Tue Apr  7 21:07:05 2015
@@ -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;

Modified: llvm/trunk/lib/Target/R600/SIISelLowering.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/Target/R600/SIISelLowering.h?rev=234384&r1=234383&r2=234384&view=diff
==============================================================================
--- llvm/trunk/lib/Target/R600/SIISelLowering.h (original)
+++ llvm/trunk/lib/Target/R600/SIISelLowering.h Tue Apr  7 21:07:05 2015
@@ -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





More information about the llvm-commits mailing list