]> granicus.if.org Git - llvm/commitdiff
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)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@373297 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/CodeGen/MachineModuleInfo.h

index b8e00395a475c3119303739c996d0f5ba5c785ad..6902dada2423abb5f28db5a96f7eb6bb7f85fdde 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;