File tree 2 files changed +2
-6
lines changed 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 {
40
40
public:
41
41
static char ID; // Pass identification, replacement for typeid
42
42
43
- explicit X86ArgumentStackSlotPass () : MachineFunctionPass(ID) {
44
- initializeX86ArgumentStackSlotPassPass (*PassRegistry::getPassRegistry ());
45
- }
43
+ explicit X86ArgumentStackSlotPass () : MachineFunctionPass(ID) {}
46
44
47
45
bool runOnMachineFunction (MachineFunction &MF) override ;
48
46
Original file line number Diff line number Diff line change @@ -1407,9 +1407,7 @@ class X86LowerAMXTypeLegacyPass : public FunctionPass {
1407
1407
public:
1408
1408
static char ID;
1409
1409
1410
- X86LowerAMXTypeLegacyPass () : FunctionPass(ID) {
1411
- initializeX86LowerAMXTypeLegacyPassPass (*PassRegistry::getPassRegistry ());
1412
- }
1410
+ X86LowerAMXTypeLegacyPass () : FunctionPass(ID) {}
1413
1411
1414
1412
bool runOnFunction (Function &F) override {
1415
1413
// Performance optimization: most code doesn't use AMX, so return early if
You can’t perform that action at this time.
0 commit comments