Fixing a bunch of -Woverloaded-virtual warnings due to hiding getSubtargetImpl from...
[oota-llvm.git] / lib / Target / ARM / ARMTargetMachine.h
index 3a7887f5edf4be533d9841e8ce45115c282d0f85..dfbf45d12fd7296faaeaab713d8265c9f2dd2923 100644 (file)
@@ -32,6 +32,7 @@ public:
                        CodeGenOpt::Level OL,
                        bool isLittle);
 
+  using LLVMTargetMachine::getSubtargetImpl;
   const ARMSubtarget *getSubtargetImpl() const override { return &Subtarget; }
 
   /// \brief Register ARM analysis passes with a pass manager.