From 100933b3d3487c57f7ffa6544896ccf6feaad377 Mon Sep 17 00:00:00 2001 From: Yuanfang Chen Date: Tue, 1 Oct 2019 02:08:14 +0000 Subject: [PATCH] Remove a undefined constructor introduced by r373244. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@373297 91177308-0d34-0410-b5e6-96231b3b80d8 --- include/llvm/CodeGen/MachineModuleInfo.h | 1 - 1 file changed, 1 deletion(-) 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; -- 2.40.0