[MemDep][NFC] Remove duplicating check in `if` and `else` branch
Same check is done whether the condition is true or false. Just hoist it out of conditional.
Loading
Please sign in to comment
Same check is done whether the condition is true or false. Just hoist it out of conditional.