Skip to content

Commit 5a84077

Browse files
committed
C#: autoformat fixup
1 parent 66876d0 commit 5a84077

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

csharp/ql/src/semmle/code/csharp/ir/implementation/raw/internal/IRConstruction.qll

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -103,14 +103,14 @@ private module Cached {
103103
}
104104

105105
/**
106-
* Holds if `instr` is part of a cycle in the operand graph that doesn't go
107-
* through a phi instruction and therefore should be impossible.
108-
*
109-
* If such cycles are present, either due to a programming error in the IR
110-
* generation or due to a malformed database, it can cause infinite loops in
111-
* analyses that assume a cycle-free graph of non-phi operands. Therefore it's
112-
* better to remove these operands than to leave cycles in the operand graph.
113-
*/
106+
* Holds if `instr` is part of a cycle in the operand graph that doesn't go
107+
* through a phi instruction and therefore should be impossible.
108+
*
109+
* If such cycles are present, either due to a programming error in the IR
110+
* generation or due to a malformed database, it can cause infinite loops in
111+
* analyses that assume a cycle-free graph of non-phi operands. Therefore it's
112+
* better to remove these operands than to leave cycles in the operand graph.
113+
*/
114114
pragma[noopt]
115115
cached
116116
predicate isInCycle(Instruction instr) {

0 commit comments

Comments
 (0)