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 ef123e4 commit 918399fCopy full SHA for 918399f
llvm/lib/Target/RISCV/RISCVInsertVSETVLI.cpp
@@ -817,7 +817,7 @@ class RISCVCoalesceVSETVLI : public MachineFunctionPass {
817
StringRef getPassName() const override { return RISCV_COALESCE_VSETVLI_NAME; }
818
819
private:
820
- bool coalesceVSETVLIs(MachineBasicBlock &MF);
+ bool coalesceVSETVLIs(MachineBasicBlock &MBB);
821
};
822
823
} // end anonymous namespace
0 commit comments