Skip to content

Commit 50fe9cb

Browse files
committed
Revert "[AMDGPU] Fix a warning"
This reverts commit e1cff21. Signed-off-by: Ian Wood <[email protected]>
1 parent d504628 commit 50fe9cb

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

llvm/lib/Target/AMDGPU/SIPeepholeSDWA.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1106,7 +1106,6 @@ void SIPeepholeSDWA::convertVcndmaskToVOP2(MachineInstr &MI,
11061106
.add(*TII->getNamedOperand(MI, AMDGPU::OpName::src1))
11071107
.setMIFlags(MI.getFlags());
11081108
LLVM_DEBUG(dbgs() << "Converted to VOP2: " << *Converted);
1109-
(void)Converted;
11101109
MI.eraseFromParent();
11111110
}
11121111

0 commit comments

Comments
 (0)