Skip to content

Commit aefab6d

Browse files
committed
C++: Fix cpp/ql/src/Metrics/Internal/IRConsistency.ql now aliased SSA is gone
1 parent ef7a1a8 commit aefab6d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cpp/ql/src/Metrics/Internal/IRConsistency.ql

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
*/
88

99
import cpp
10-
import semmle.code.cpp.ir.implementation.aliased_ssa.IR
11-
import semmle.code.cpp.ir.implementation.aliased_ssa.IRConsistency as IRConsistency
10+
import semmle.code.cpp.ir.implementation.unaliased_ssa.IR
11+
import semmle.code.cpp.ir.implementation.unaliased_ssa.IRConsistency as IRConsistency
1212

1313
class PresentIRFunction extends IRConsistency::PresentIRFunction {
1414
override string toString() {

0 commit comments

Comments
 (0)