File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
cpp/ql/lib/semmle/code/cpp/ir/implementation
csharp/ql/src/experimental/ir/implementation/unaliased_ssa/internal Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -64,7 +64,7 @@ private module Cached {
64
64
or
65
65
instr = reusedPhiInstruction ( _) and
66
66
// Check that the phi instruction is *not* degenerate, but we can't use
67
- // getDegeneratePhiOperand in the first stage with phi instyructions
67
+ // getDegeneratePhiOperand in the first stage with phi instructions
68
68
not exists (
69
69
unique( OldIR:: PhiInputOperand operand |
70
70
operand = instr .( OldIR:: PhiInstruction ) .getAnInputOperand ( ) and
Original file line number Diff line number Diff line change @@ -64,7 +64,7 @@ private module Cached {
64
64
or
65
65
instr = reusedPhiInstruction ( _) and
66
66
// Check that the phi instruction is *not* degenerate, but we can't use
67
- // getDegeneratePhiOperand in the first stage with phi instyructions
67
+ // getDegeneratePhiOperand in the first stage with phi instructions
68
68
not exists (
69
69
unique( OldIR:: PhiInputOperand operand |
70
70
operand = instr .( OldIR:: PhiInstruction ) .getAnInputOperand ( ) and
Original file line number Diff line number Diff line change @@ -64,7 +64,7 @@ private module Cached {
64
64
or
65
65
instr = reusedPhiInstruction ( _) and
66
66
// Check that the phi instruction is *not* degenerate, but we can't use
67
- // getDegeneratePhiOperand in the first stage with phi instyructions
67
+ // getDegeneratePhiOperand in the first stage with phi instructions
68
68
not exists (
69
69
unique( OldIR:: PhiInputOperand operand |
70
70
operand = instr .( OldIR:: PhiInstruction ) .getAnInputOperand ( ) and
You can’t perform that action at this time.
0 commit comments