[llvm] r373297 - Remove a undefined constructor introduced by r373244.
Yuanfang Chen via llvm-commits
llvm-commits at lists.llvm.org
Mon Sep 30 19:08:14 PDT 2019
Author: yuanfang
Date: Mon Sep 30 19:08:14 2019
New Revision: 373297
URL: http://llvm.org/viewvc/llvm-project?rev=373297&view=rev
Log:
Remove a undefined constructor introduced by r373244.
Modified:
llvm/trunk/include/llvm/CodeGen/MachineModuleInfo.h
Modified: llvm/trunk/include/llvm/CodeGen/MachineModuleInfo.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/CodeGen/MachineModuleInfo.h?rev=373297&r1=373296&r2=373297&view=diff
==============================================================================
--- llvm/trunk/include/llvm/CodeGen/MachineModuleInfo.h (original)
+++ llvm/trunk/include/llvm/CodeGen/MachineModuleInfo.h Mon Sep 30 19:08:14 2019
@@ -266,7 +266,6 @@ class MachineModuleInfoWrapperPass : pub
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;
More information about the llvm-commits
mailing list