We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ef7a1a8 commit aefab6dCopy full SHA for aefab6d
cpp/ql/src/Metrics/Internal/IRConsistency.ql
@@ -7,8 +7,8 @@
7
*/
8
9
import cpp
10
-import semmle.code.cpp.ir.implementation.aliased_ssa.IR
11
-import semmle.code.cpp.ir.implementation.aliased_ssa.IRConsistency as IRConsistency
+import semmle.code.cpp.ir.implementation.unaliased_ssa.IR
+import semmle.code.cpp.ir.implementation.unaliased_ssa.IRConsistency as IRConsistency
12
13
class PresentIRFunction extends IRConsistency::PresentIRFunction {
14
override string toString() {
0 commit comments