From efb78fa23a1535fbbb09ed5e224441c1a557de88 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 --- 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;