X-Git-Url: http://plrg.eecs.uci.edu/git/?a=blobdiff_plain;f=lib%2FTarget%2FSystemZ%2FSystemZTargetMachine.h;h=45ff61f6b78c9af5e5e3c98ee86953fbb88e0122;hb=cf5bea8e4a4bff7477617eb4b09ce36f00a5bc5e;hp=c5f982395a1397be03a6da8d22722252069bdf0b;hpb=00e08fcaa02286dd7da9cf9a8d158545532ab832;p=oota-llvm.git diff --git a/lib/Target/SystemZ/SystemZTargetMachine.h b/lib/Target/SystemZ/SystemZTargetMachine.h index c5f982395a1..45ff61f6b78 100644 --- a/lib/Target/SystemZ/SystemZTargetMachine.h +++ b/lib/Target/SystemZ/SystemZTargetMachine.h @@ -32,6 +32,7 @@ public: CodeGenOpt::Level OL); // Override TargetMachine. + using LLVMTargetMachine::getSubtargetImpl; const SystemZSubtarget *getSubtargetImpl() const override { return &Subtarget; }