Skip to content

Commit c2a0f8e

Browse files
authored
Merge pull request #1765 from TypeCobolTeam/1260_CFG_SDLite_IterativePERFORMs
Fix for iterative and recursive PERFORMs
2 parents 15fa816 + c7745c6 commit c2a0f8e

File tree

75 files changed

+15873
-38201
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

75 files changed

+15873
-38201
lines changed

TypeCobol.Analysis.Test/BasicCfgInstrs/Alter0.dot

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,6 @@ label = "{D-PARA. Block18| DISPLAY 'IN D-PARA'\l}"
4040
Block19 [
4141
label = "{E-PARA. Block19| DISPLAY 'IN E-PARA'\l}"
4242
]
43-
Block17 -> Block18
44-
Block18 -> Block19
4543

4644
}
4745
Block6 -> Block17 [style=dashed]
@@ -64,6 +62,8 @@ Block2 -> Block3
6462
Block3 -> Block4
6563
Block4 -> Block5
6664
Block5 -> Block6
65+
Block17 -> Block18
66+
Block18 -> Block19
6767
Block6 -> Block7
6868
Block7 -> Block8
6969
Block8 -> Block9

0 commit comments

Comments
 (0)