File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
cpp/ql/lib/experimental/semmle/code/cpp/semantic/analysis Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -3,15 +3,15 @@ private import RangeAnalysisSpecific
33private import experimental.semmle.code.cpp.semantic.analysis.FloatDelta
44private import RangeUtils
55private import experimental.semmle.code.cpp.semantic.SemanticBound as SemanticBound
6- private import semmle.code.cpp.ir.IR as IR
76private import experimental.semmle.code.cpp.semantic.SemanticLocation
7+ private import experimental.semmle.code.cpp.semantic.SemanticSSA
88
99module ConstantBounds implements BoundSig< FloatDelta > {
1010 class SemBound instanceof SemanticBound:: SemBound {
1111 SemBound ( ) {
1212 this instanceof SemanticBound:: SemZeroBound
1313 or
14- this .( SemanticBound:: SemSsaBound ) .getExpr ( 0 ) instanceof IR :: PhiInstruction
14+ this .( SemanticBound:: SemSsaBound ) .getAVariable ( ) instanceof SemSsaPhiNode
1515 }
1616
1717 string toString ( ) { result = super .toString ( ) }
You can’t perform that action at this time.
0 commit comments