Fixing a bunch of -Woverloaded-virtual warnings due to hiding getSubtargetImpl from...
[oota-llvm.git] / lib / Target / AArch64 / AArch64TargetMachine.h
index 42d7dc573284d5bc868c2d4ce839df9393c01e54..af692de7430b57564ccd5e5c48051ddb7f06934f 100644 (file)
@@ -31,6 +31,7 @@ public:
                        Reloc::Model RM, CodeModel::Model CM,
                        CodeGenOpt::Level OL, bool IsLittleEndian);
 
+  using LLVMTargetMachine::getSubtargetImpl;
   const AArch64Subtarget *getSubtargetImpl() const override {
     return &Subtarget;
   }