Skip to content

Commit c28f54a

Browse files
committed
Rangeanalysis: Remove superfluous pragmas. These appear useless after the abolishment of the different delta orders.
1 parent 66b03bf commit c28f54a

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

shared/rangeanalysis/codeql/rangeanalysis/RangeAnalysis.qll

+2-4
Original file line numberDiff line numberDiff line change
@@ -807,11 +807,9 @@ module RangeStage<
807807
)
808808
or
809809
exists(D::Delta d, SemReason r1, SemReason r2 |
810-
boundedSsa(pragma[only_bind_into](v), pragma[only_bind_into](b), pragma[only_bind_into](d),
811-
pragma[only_bind_into](pos), upper, fromBackEdge, origdelta, r2)
810+
boundedSsa(v, b, d, pos, upper, fromBackEdge, origdelta, r2)
812811
or
813-
boundedPhi(pragma[only_bind_into](v), pragma[only_bind_into](b), pragma[only_bind_into](d),
814-
upper, fromBackEdge, origdelta, r2)
812+
boundedPhi(v, b, d, upper, fromBackEdge, origdelta, r2)
815813
|
816814
unequalIntegralSsa(v, b, d, pos, r1) and
817815
(

0 commit comments

Comments
 (0)