Remove a undefined constructor introduced by r373244.
authorYuanfang Chen <yuanfang.chen@sony.com>
Tue, 1 Oct 2019 02:08:14 +0000 (02:08 +0000)
committerYuanfang Chen <yuanfang.chen@sony.com>
Tue, 1 Oct 2019 02:08:14 +0000 (02:08 +0000)
llvm-svn: 373297

llvm/include/llvm/CodeGen/MachineModuleInfo.h

index b8e0039..6902dad 100644 (file)
@@ -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;