Skip to content

Commit a54f75b

Browse files
committed
[AArch64][GISel] Silence warning caused by llvm#130156
This caused build failures with -Werror
1 parent ec95ce3 commit a54f75b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

llvm/lib/Target/AArch64/GISel/AArch64RegisterBankInfo.cpp

+1
Original file line numberDiff line numberDiff line change
@@ -568,6 +568,7 @@ bool AArch64RegisterBankInfo::onlyUsesFP(const MachineInstr &MI,
568568
default:
569569
break;
570570
}
571+
break;
571572
default:
572573
break;
573574
}

0 commit comments

Comments
 (0)