Skip to content

Commit 75e5619

Browse files
frederik-harsenm
andauthored
Update llvm/lib/Target/AMDGPU/SIInstrInfo.cpp
Co-authored-by: Matt Arsenault <[email protected]>
1 parent afa8d27 commit 75e5619

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

llvm/lib/Target/AMDGPU/SIInstrInfo.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,6 @@ bool SIInstrInfo::resultDependsOnExec(const MachineInstr &MI) const {
153153
if (MI.isCompare()) {
154154
const MachineRegisterInfo &MRI = MI.getParent()->getParent()->getRegInfo();
155155
const MachineOperand *Dst = getNamedOperand(MI, AMDGPU::OpName::sdst);
156-
157156
if (!Dst)
158157
return true;
159158

0 commit comments

Comments
 (0)