Skip to content

Commit dc0ca0e

Browse files
committed
Remove debug code
1 parent d550870 commit dc0ca0e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

llvm/lib/Target/RISCV/RISCVVLOptimizer.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -844,7 +844,6 @@ static std::optional<OperandInfo> getOperandInfo(const MachineOperand &MO) {
844844
const MachineInstr &MI = *MO.getParent();
845845
const RISCVVPseudosTable::PseudoInfo *RVV =
846846
RISCVVPseudosTable::getPseudoInfo(MI.getOpcode());
847-
MI.dump();
848847
assert(RVV && "Could not find MI in PseudoTable");
849848

850849
std::optional<unsigned> Log2EEW = getOperandLog2EEW(MO);

0 commit comments

Comments
 (0)