Skip to content

Commit 918399f

Browse files
committed
MF -> MBB
1 parent ef123e4 commit 918399f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/lib/Target/RISCV/RISCVInsertVSETVLI.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -817,7 +817,7 @@ class RISCVCoalesceVSETVLI : public MachineFunctionPass {
817817
StringRef getPassName() const override { return RISCV_COALESCE_VSETVLI_NAME; }
818818

819819
private:
820-
bool coalesceVSETVLIs(MachineBasicBlock &MF);
820+
bool coalesceVSETVLIs(MachineBasicBlock &MBB);
821821
};
822822

823823
} // end anonymous namespace

0 commit comments

Comments
 (0)