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 {
6464 or
6565 instr = reusedPhiInstruction ( _) and
6666 // 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
6868 not exists (
6969 unique( OldIR:: PhiInputOperand operand |
7070 operand = instr .( OldIR:: PhiInstruction ) .getAnInputOperand ( ) and
Original file line number Diff line number Diff line change @@ -64,7 +64,7 @@ private module Cached {
6464 or
6565 instr = reusedPhiInstruction ( _) and
6666 // 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
6868 not exists (
6969 unique( OldIR:: PhiInputOperand operand |
7070 operand = instr .( OldIR:: PhiInstruction ) .getAnInputOperand ( ) and
Original file line number Diff line number Diff line change @@ -64,7 +64,7 @@ private module Cached {
6464 or
6565 instr = reusedPhiInstruction ( _) and
6666 // 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
6868 not exists (
6969 unique( OldIR:: PhiInputOperand operand |
7070 operand = instr .( OldIR:: PhiInstruction ) .getAnInputOperand ( ) and
You can’t perform that action at this time.
0 commit comments