From: Yuanfang Chen Date: Tue, 1 Oct 2019 02:08:14 +0000 (+0000) Subject: Remove a undefined constructor introduced by r373244. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=100933b3d3487c57f7ffa6544896ccf6feaad377;p=llvm Remove a undefined constructor introduced by r373244. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@373297 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/llvm/CodeGen/MachineModuleInfo.h b/include/llvm/CodeGen/MachineModuleInfo.h index b8e00395a47..6902dada242 100644 --- a/include/llvm/CodeGen/MachineModuleInfo.h +++ b/include/llvm/CodeGen/MachineModuleInfo.h @@ -266,7 +266,6 @@ class MachineModuleInfoWrapperPass : public ImmutablePass { public: static char ID; // Pass identification, replacement for typeid explicit MachineModuleInfoWrapperPass(const LLVMTargetMachine *TM = nullptr); - explicit MachineModuleInfoWrapperPass(const MachineModuleInfo &MMI); // Initialization and Finalization bool doInitialization(Module &) override;