We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5baf58b commit 666970cCopy full SHA for 666970c
llvm/lib/Target/RISCV/RISCVPostRAExpandPseudoInsts.cpp
@@ -31,9 +31,7 @@ class RISCVPostRAExpandPseudo : public MachineFunctionPass {
31
const RISCVInstrInfo *TII;
32
static char ID;
33
34
- RISCVPostRAExpandPseudo() : MachineFunctionPass(ID) {
35
- initializeRISCVPostRAExpandPseudoPass(*PassRegistry::getPassRegistry());
36
- }
+ RISCVPostRAExpandPseudo() : MachineFunctionPass(ID) {}
37
38
bool runOnMachineFunction(MachineFunction &MF) override;
39
0 commit comments