Fixing a bunch of -Woverloaded-virtual warnings due to hiding getSubtargetImpl from...
[oota-llvm.git] / lib / Target / SystemZ / SystemZTargetMachine.h
index c5f982395a1397be03a6da8d22722252069bdf0b..45ff61f6b78c9af5e5e3c98ee86953fbb88e0122 100644 (file)
@@ -32,6 +32,7 @@ public:
                        CodeGenOpt::Level OL);
 
   // Override TargetMachine.
+  using LLVMTargetMachine::getSubtargetImpl;
   const SystemZSubtarget *getSubtargetImpl() const override {
     return &Subtarget;
   }