forked from OSchip/llvm-project
Remove a undefined constructor introduced by r373244.
llvm-svn: 373297
This commit is contained in:
parent
59b91aa93e
commit
b169ee2eca
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue