e.g., ``` if (always_false) { // ... } ``` Perhaps better named `no_unnecessary_branches` and it also catches ``` if (always_true) { // .. } ```