File tree Expand file tree Collapse file tree 4 files changed +2
-4
lines changed
cpp/ql/src/semmle/code/cpp/ir/implementation
csharp/ql/src/experimental/ir/implementation/internal Expand file tree Collapse file tree 4 files changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -3,4 +3,4 @@ import semmle.code.cpp.ir.implementation.internal.OperandTag as OperandTag
33import semmle.code.cpp.ir.internal.Overlap as Overlap
44import semmle.code.cpp.ir.implementation.internal.TInstruction as TInstruction
55import semmle.code.cpp.ir.implementation.raw.IR as RawIR
6- import semmle.code.cpp.ir.implementation.internal.TOperand as TOperand
6+ import semmle.code.cpp.ir.implementation.internal.TOperand as TOperand
Original file line number Diff line number Diff line change @@ -12,7 +12,6 @@ private import semmle.code.cpp.ir.internal.Overlap
1212 * Provides the newtype used to represent operands across all phases of the IR.
1313 */
1414private module Internal {
15-
1615 /**
1716 * An IR operand. `TOperand` is shared across all phases of the IR. There are branches of this
1817 * type for operands created directly from the AST (`TRegisterOperand` and `TNonSSAMemoryOperand`),
Original file line number Diff line number Diff line change @@ -3,4 +3,4 @@ import semmle.code.cpp.ir.implementation.internal.OperandTag as OperandTag
33import semmle.code.cpp.ir.internal.Overlap as Overlap
44import semmle.code.cpp.ir.implementation.internal.TInstruction as TInstruction
55import semmle.code.cpp.ir.implementation.raw.IR as RawIR
6- import semmle.code.cpp.ir.implementation.internal.TOperand as TOperand
6+ import semmle.code.cpp.ir.implementation.internal.TOperand as TOperand
Original file line number Diff line number Diff line change @@ -10,7 +10,6 @@ private import experimental.ir.internal.Overlap
1010 * Provides the newtype used to represent operands across all phases of the IR.
1111 */
1212private module Internal {
13-
1413 /**
1514 * An IR operand. `TOperand` is shared across all phases of the IR. There are branches of this
1615 * type for operands created directly from the AST (`TRegisterOperand` and `TNonSSAMemoryOperand`),
You can’t perform that action at this time.
0 commit comments