Skip to content

Commit 3aaee9f

Browse files
IanWood1Muzammiluddin-Syed-ECE
authored andcommitted
Revert "[AMDGPU] Fix a warning"
This reverts commit e1cff21. Signed-off-by: Ian Wood <[email protected]>
1 parent 02131ad commit 3aaee9f

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
@@ -1107,7 +1107,6 @@ void SIPeepholeSDWA::convertVcndmaskToVOP2(MachineInstr &MI,
11071107
.setMIFlags(MI.getFlags());
11081108
TII->fixImplicitOperands(*Converted);
11091109
LLVM_DEBUG(dbgs() << "Converted to VOP2: " << *Converted);
1110-
(void)Converted;
11111110
MI.eraseFromParent();
11121111
}
11131112

0 commit comments

Comments
 (0)