mirror of
https://github.com/github/codeql.git
synced 2026-04-30 11:15:13 +02:00
Python: Add clarifying comment and pragma.
This commit is contained in:
@@ -548,7 +548,8 @@ module Pruner {
|
||||
simply_dead(pred, succ)
|
||||
}
|
||||
|
||||
/* Helper for `unreachableEdge` */
|
||||
/* Helper for `unreachableEdge`, deal with inequalities here to avoid blow up */
|
||||
pragma [inline]
|
||||
private predicate contradicts(Constraint a, Constraint b) {
|
||||
a.contradicts(b) or
|
||||
a.(ConstrainedByConstant).minValue() > b.(ConstrainedByConstant).maxValue() or
|
||||
|
||||
Reference in New Issue
Block a user