Commit e90cac0
[PAuthLR] Add Missing Break Statement for MachineOperand Switch Statement (llvm#113883)
There was a missing break, which led to an unannotated fallthrough when
merging llvm#112171. This has caused sanitizer builds to fail.
This adds the missing break in the switch statement to ensure that the
fallthrough does not occur.1 parent ae7d9c5 commit e90cac0
1 file changed
+1
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
772 | 772 | | |
773 | 773 | | |
774 | 774 | | |
| 775 | + | |
775 | 776 | | |
776 | 777 | | |
777 | 778 | | |
| |||
0 commit comments