Skip to content

Commit fab9c00

Browse files
MaskRayGroverkss
authored andcommitted
[Xtensa] Fix Clang -Wundefined-bool-conversion after llvm#113450
1 parent 94d27c8 commit fab9c00

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)