File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
cpp/ql/src/semmle/code/cpp/ir/implementation Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -182,7 +182,7 @@ cached private module Cached {
182182 result = getOldInstruction ( instruction ) .getUnconvertedResultExpression ( )
183183 }
184184
185- /*
185+ /**
186186 * This adds Chi nodes to the instruction successor relation; if an instruction has a Chi node,
187187 * that node is its successor in the new successor relation, and the Chi node's successors are
188188 * the new instructions generated from the successors of the old instruction
Original file line number Diff line number Diff line change @@ -182,7 +182,7 @@ cached private module Cached {
182182 result = getOldInstruction ( instruction ) .getUnconvertedResultExpression ( )
183183 }
184184
185- /*
185+ /**
186186 * This adds Chi nodes to the instruction successor relation; if an instruction has a Chi node,
187187 * that node is its successor in the new successor relation, and the Chi node's successors are
188188 * the new instructions generated from the successors of the old instruction
You can’t perform that action at this time.
0 commit comments