Skip to content

Commit 7111d03

Browse files
committed
[Xtensa] Fix Clang -Wundefined-bool-conversion after #113450
1 parent 028ea71 commit 7111d03

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

llvm/lib/Target/Xtensa/XtensaInstrInfo.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -529,8 +529,6 @@ void XtensaInstrInfo::insertIndirectBranch(MachineBasicBlock &MBB,
529529
unsigned XtensaInstrInfo::insertConstBranchAtInst(
530530
MachineBasicBlock &MBB, MachineInstr *I, int64_t offset,
531531
ArrayRef<MachineOperand> Cond, DebugLoc DL, int *BytesAdded) const {
532-
// Shouldn't be a fall through.
533-
assert(&MBB && "InsertBranch must not be told to insert a fallthrough");
534532
assert(Cond.size() <= 4 &&
535533
"Xtensa branch conditions have less than four components!");
536534

0 commit comments

Comments
 (0)