Commit ef7a847
authored
[LoopUnswitch] Remove redundant condition. (NFC) (llvm#107893)
Remove redundant condition from '!A || (A && B)' to '!A || B'
Fixes: llvm#997991 parent 64dba97 commit ef7a847
1 file changed
+1
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
770 | 770 | | |
771 | 771 | | |
772 | 772 | | |
773 | | - | |
774 | | - | |
| 773 | + | |
775 | 774 | | |
776 | 775 | | |
777 | 776 | | |
| |||
0 commit comments