We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 754ee71 commit 791f172Copy full SHA for 791f172
TypeCobol.Analysis/Graph/ControlFlowGraph.cs
@@ -253,7 +253,7 @@ public void SetupPredecessorEdgesFromRoot()
253
/// Set up the Predecessor Edges list starting from a given start block.
254
/// </summary>
255
/// <param name="start">The start block.</param>
256
- internal void SetupPredecessorEdgesFromStart(BasicBlock<N, D> start)
+ private void SetupPredecessorEdgesFromStart(BasicBlock<N, D> start)
257
{
258
if (this.PredecessorEdges != null || this.SuccessorEdges == null)
259
return;
0 commit comments