1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2025-01-31 20:51:52 +01:00

Remove a undefined constructor introduced by r373244.

llvm-svn: 373297
This commit is contained in:
Yuanfang Chen 2019-10-01 02:08:14 +00:00
parent 58ef717b2b
commit efb78fa23a

View 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;