File tree Expand file tree Collapse file tree 2 files changed +2
-6
lines changed Expand file tree Collapse file tree 2 files changed +2
-6
lines changed Original file line number Diff line number Diff line change @@ -40,9 +40,7 @@ class X86ArgumentStackSlotPass : public MachineFunctionPass {
4040public:
4141 static char ID; // Pass identification, replacement for typeid
4242
43- explicit X86ArgumentStackSlotPass () : MachineFunctionPass(ID) {
44- initializeX86ArgumentStackSlotPassPass (*PassRegistry::getPassRegistry ());
45- }
43+ explicit X86ArgumentStackSlotPass () : MachineFunctionPass(ID) {}
4644
4745 bool runOnMachineFunction (MachineFunction &MF) override ;
4846
Original file line number Diff line number Diff line change @@ -1407,9 +1407,7 @@ class X86LowerAMXTypeLegacyPass : public FunctionPass {
14071407public:
14081408 static char ID;
14091409
1410- X86LowerAMXTypeLegacyPass () : FunctionPass(ID) {
1411- initializeX86LowerAMXTypeLegacyPassPass (*PassRegistry::getPassRegistry ());
1412- }
1410+ X86LowerAMXTypeLegacyPass () : FunctionPass(ID) {}
14131411
14141412 bool runOnFunction (Function &F) override {
14151413 // Performance optimization: most code doesn't use AMX, so return early if
You can’t perform that action at this time.
0 commit comments