Fixing a bunch of -Woverloaded-virtual warnings due to hiding getSubtargetImpl from...
[oota-llvm.git] / lib / Target / MSP430 / MSP430TargetMachine.h
index 5c73c831f5e0b0efae1fc1730d3e37b8ecb2854c..597629d3e81a5c143d491ce965af4dffc3801837 100644 (file)
@@ -32,6 +32,7 @@ public:
                       Reloc::Model RM, CodeModel::Model CM,
                       CodeGenOpt::Level OL);
 
+  using LLVMTargetMachine::getSubtargetImpl;
   const MSP430Subtarget *getSubtargetImpl() const override {
     return &Subtarget;
   }