From b169ee2eca0e8349678feaa2686f55c30bf1d836 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. llvm-svn: 373297 --- llvm/include/llvm/CodeGen/MachineModuleInfo.h | 1 - 1 file changed, 1 deletion(-) diff --git a/llvm/include/llvm/CodeGen/MachineModuleInfo.h b/llvm/include/llvm/CodeGen/MachineModuleInfo.h index b8e0039..6902dad 100644 --- a/llvm/include/llvm/CodeGen/MachineModuleInfo.h +++ b/llvm/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.7.4