[FIR] Remove ortho splines mode from CFG dump

This commit is contained in:
Dmitriy Novozhilov
2020-03-11 12:08:49 +03:00
parent f83cedd244
commit 3a5c30a581
54 changed files with 54 additions and 54 deletions
@@ -47,7 +47,7 @@ class FirControlFlowGraphRenderVisitor(
printer printer
.println("digraph ${file.name.replace(".", "_")} {") .println("digraph ${file.name.replace(".", "_")} {")
.pushIndent() .pushIndent()
.println("graph [splines=ortho nodesep=3]") .println("graph [nodesep=3]")
.println("node [shape=box penwidth=2]") .println("node [shape=box penwidth=2]")
.println("edge [penwidth=2]") .println("edge [penwidth=2]")
.println() .println()
@@ -1,5 +1,5 @@
digraph binaryOperations_kt { digraph binaryOperations_kt {
graph [splines=ortho nodesep=3] graph [nodesep=3]
node [shape=box penwidth=2] node [shape=box penwidth=2]
edge [penwidth=2] edge [penwidth=2]
@@ -1,5 +1,5 @@
digraph booleanOperatorsWithConsts_kt { digraph booleanOperatorsWithConsts_kt {
graph [splines=ortho nodesep=3] graph [nodesep=3]
node [shape=box penwidth=2] node [shape=box penwidth=2]
edge [penwidth=2] edge [penwidth=2]
+1 -1
View File
@@ -1,5 +1,5 @@
digraph complex_kt { digraph complex_kt {
graph [splines=ortho nodesep=3] graph [nodesep=3]
node [shape=box penwidth=2] node [shape=box penwidth=2]
edge [penwidth=2] edge [penwidth=2]
+1 -1
View File
@@ -1,5 +1,5 @@
digraph emptyWhen_kt { digraph emptyWhen_kt {
graph [splines=ortho nodesep=3] graph [nodesep=3]
node [shape=box penwidth=2] node [shape=box penwidth=2]
edge [penwidth=2] edge [penwidth=2]
+1 -1
View File
@@ -1,5 +1,5 @@
digraph initBlock_kt { digraph initBlock_kt {
graph [splines=ortho nodesep=3] graph [nodesep=3]
node [shape=box penwidth=2] node [shape=box penwidth=2]
edge [penwidth=2] edge [penwidth=2]
@@ -1,5 +1,5 @@
digraph initBlockAndInPlaceLambda_kt { digraph initBlockAndInPlaceLambda_kt {
graph [splines=ortho nodesep=3] graph [nodesep=3]
node [shape=box penwidth=2] node [shape=box penwidth=2]
edge [penwidth=2] edge [penwidth=2]
+1 -1
View File
@@ -1,5 +1,5 @@
digraph jumps_kt { digraph jumps_kt {
graph [splines=ortho nodesep=3] graph [nodesep=3]
node [shape=box penwidth=2] node [shape=box penwidth=2]
edge [penwidth=2] edge [penwidth=2]
@@ -1,5 +1,5 @@
digraph lambdaAsReturnOfLambda_kt { digraph lambdaAsReturnOfLambda_kt {
graph [splines=ortho nodesep=3] graph [nodesep=3]
node [shape=box penwidth=2] node [shape=box penwidth=2]
edge [penwidth=2] edge [penwidth=2]
+1 -1
View File
@@ -1,5 +1,5 @@
digraph lambdas_kt { digraph lambdas_kt {
graph [splines=ortho nodesep=3] graph [nodesep=3]
node [shape=box penwidth=2] node [shape=box penwidth=2]
edge [penwidth=2] edge [penwidth=2]
+1 -1
View File
@@ -1,5 +1,5 @@
digraph loops_kt { digraph loops_kt {
graph [splines=ortho nodesep=3] graph [nodesep=3]
node [shape=box penwidth=2] node [shape=box penwidth=2]
edge [penwidth=2] edge [penwidth=2]
@@ -1,5 +1,5 @@
digraph postponedLambdas_kt { digraph postponedLambdas_kt {
graph [splines=ortho nodesep=3] graph [nodesep=3]
node [shape=box penwidth=2] node [shape=box penwidth=2]
edge [penwidth=2] edge [penwidth=2]
@@ -1,5 +1,5 @@
digraph propertiesAndInitBlocks_kt { digraph propertiesAndInitBlocks_kt {
graph [splines=ortho nodesep=3] graph [nodesep=3]
node [shape=box penwidth=2] node [shape=box penwidth=2]
edge [penwidth=2] edge [penwidth=2]
@@ -1,5 +1,5 @@
digraph returnValuesFromLambda_kt { digraph returnValuesFromLambda_kt {
graph [splines=ortho nodesep=3] graph [nodesep=3]
node [shape=box penwidth=2] node [shape=box penwidth=2]
edge [penwidth=2] edge [penwidth=2]
+1 -1
View File
@@ -1,5 +1,5 @@
digraph safeCalls_kt { digraph safeCalls_kt {
graph [splines=ortho nodesep=3] graph [nodesep=3]
node [shape=box penwidth=2] node [shape=box penwidth=2]
edge [penwidth=2] edge [penwidth=2]
+1 -1
View File
@@ -1,5 +1,5 @@
digraph simple_kt { digraph simple_kt {
graph [splines=ortho nodesep=3] graph [nodesep=3]
node [shape=box penwidth=2] node [shape=box penwidth=2]
edge [penwidth=2] edge [penwidth=2]
+1 -1
View File
@@ -1,5 +1,5 @@
digraph tryCatch_kt { digraph tryCatch_kt {
graph [splines=ortho nodesep=3] graph [nodesep=3]
node [shape=box penwidth=2] node [shape=box penwidth=2]
edge [penwidth=2] edge [penwidth=2]
+1 -1
View File
@@ -1,5 +1,5 @@
digraph when_kt { digraph when_kt {
graph [splines=ortho nodesep=3] graph [nodesep=3]
node [shape=box penwidth=2] node [shape=box penwidth=2]
edge [penwidth=2] edge [penwidth=2]
@@ -1,5 +1,5 @@
digraph exhaustiveWhenAndDNNType_kt { digraph exhaustiveWhenAndDNNType_kt {
graph [splines=ortho nodesep=3] graph [nodesep=3]
node [shape=box penwidth=2] node [shape=box penwidth=2]
edge [penwidth=2] edge [penwidth=2]
@@ -1,5 +1,5 @@
digraph bangbang_kt { digraph bangbang_kt {
graph [splines=ortho nodesep=3] graph [nodesep=3]
node [shape=box penwidth=2] node [shape=box penwidth=2]
edge [penwidth=2] edge [penwidth=2]
@@ -1,5 +1,5 @@
digraph booleanOperators_kt { digraph booleanOperators_kt {
graph [splines=ortho nodesep=3] graph [nodesep=3]
node [shape=box penwidth=2] node [shape=box penwidth=2]
edge [penwidth=2] edge [penwidth=2]
@@ -1,5 +1,5 @@
digraph equalsToBoolean_kt { digraph equalsToBoolean_kt {
graph [splines=ortho nodesep=3] graph [nodesep=3]
node [shape=box penwidth=2] node [shape=box penwidth=2]
edge [penwidth=2] edge [penwidth=2]
@@ -1,5 +1,5 @@
digraph jumpFromRhsOfOperator_kt { digraph jumpFromRhsOfOperator_kt {
graph [splines=ortho nodesep=3] graph [nodesep=3]
node [shape=box penwidth=2] node [shape=box penwidth=2]
edge [penwidth=2] edge [penwidth=2]
@@ -1,5 +1,5 @@
digraph boundSmartcasts_kt { digraph boundSmartcasts_kt {
graph [splines=ortho nodesep=3] graph [nodesep=3]
node [shape=box penwidth=2] node [shape=box penwidth=2]
edge [penwidth=2] edge [penwidth=2]
@@ -1,5 +1,5 @@
digraph boundSmartcastsInBranches_kt { digraph boundSmartcastsInBranches_kt {
graph [splines=ortho nodesep=3] graph [nodesep=3]
node [shape=box penwidth=2] node [shape=box penwidth=2]
edge [penwidth=2] edge [penwidth=2]
@@ -1,5 +1,5 @@
digraph functionCallBound_kt { digraph functionCallBound_kt {
graph [splines=ortho nodesep=3] graph [nodesep=3]
node [shape=box penwidth=2] node [shape=box penwidth=2]
edge [penwidth=2] edge [penwidth=2]
+1 -1
View File
@@ -1,5 +1,5 @@
digraph casts_kt { digraph casts_kt {
graph [splines=ortho nodesep=3] graph [nodesep=3]
node [shape=box penwidth=2] node [shape=box penwidth=2]
edge [penwidth=2] edge [penwidth=2]
@@ -1,5 +1,5 @@
digraph elvis_kt { digraph elvis_kt {
graph [splines=ortho nodesep=3] graph [nodesep=3]
node [shape=box penwidth=2] node [shape=box penwidth=2]
edge [penwidth=2] edge [penwidth=2]
@@ -1,5 +1,5 @@
digraph returns_kt { digraph returns_kt {
graph [splines=ortho nodesep=3] graph [nodesep=3]
node [shape=box penwidth=2] node [shape=box penwidth=2]
edge [penwidth=2] edge [penwidth=2]
@@ -1,5 +1,5 @@
digraph simpleIf_kt { digraph simpleIf_kt {
graph [splines=ortho nodesep=3] graph [nodesep=3]
node [shape=box penwidth=2] node [shape=box penwidth=2]
edge [penwidth=2] edge [penwidth=2]
@@ -1,5 +1,5 @@
digraph smartcastFromArgument_kt { digraph smartcastFromArgument_kt {
graph [splines=ortho nodesep=3] graph [nodesep=3]
node [shape=box penwidth=2] node [shape=box penwidth=2]
edge [penwidth=2] edge [penwidth=2]
@@ -1,5 +1,5 @@
digraph when_kt { digraph when_kt {
graph [splines=ortho nodesep=3] graph [nodesep=3]
node [shape=box penwidth=2] node [shape=box penwidth=2]
edge [penwidth=2] edge [penwidth=2]
@@ -1,5 +1,5 @@
digraph equalsAndIdentity_kt { digraph equalsAndIdentity_kt {
graph [splines=ortho nodesep=3] graph [nodesep=3]
node [shape=box penwidth=2] node [shape=box penwidth=2]
edge [penwidth=2] edge [penwidth=2]
@@ -1,5 +1,5 @@
digraph inPlaceLambdas_kt { digraph inPlaceLambdas_kt {
graph [splines=ortho nodesep=3] graph [nodesep=3]
node [shape=box penwidth=2] node [shape=box penwidth=2]
edge [penwidth=2] edge [penwidth=2]
@@ -1,5 +1,5 @@
digraph smartcastOnLambda_kt { digraph smartcastOnLambda_kt {
graph [splines=ortho nodesep=3] graph [nodesep=3]
node [shape=box penwidth=2] node [shape=box penwidth=2]
edge [penwidth=2] edge [penwidth=2]
@@ -1,5 +1,5 @@
digraph dataFlowInfoFromWhileCondition_kt { digraph dataFlowInfoFromWhileCondition_kt {
graph [splines=ortho nodesep=3] graph [nodesep=3]
node [shape=box penwidth=2] node [shape=box penwidth=2]
edge [penwidth=2] edge [penwidth=2]
@@ -1,5 +1,5 @@
digraph endlessLoops_kt { digraph endlessLoops_kt {
graph [splines=ortho nodesep=3] graph [nodesep=3]
node [shape=box penwidth=2] node [shape=box penwidth=2]
edge [penwidth=2] edge [penwidth=2]
@@ -1,5 +1,5 @@
digraph multipleCasts_kt { digraph multipleCasts_kt {
graph [splines=ortho nodesep=3] graph [nodesep=3]
node [shape=box penwidth=2] node [shape=box penwidth=2]
edge [penwidth=2] edge [penwidth=2]
@@ -1,5 +1,5 @@
digraph nullability_kt { digraph nullability_kt {
graph [splines=ortho nodesep=3] graph [nodesep=3]
node [shape=box penwidth=2] node [shape=box penwidth=2]
edge [penwidth=2] edge [penwidth=2]
@@ -1,5 +1,5 @@
digraph implicitReceiverAsWhenSubject_kt { digraph implicitReceiverAsWhenSubject_kt {
graph [splines=ortho nodesep=3] graph [nodesep=3]
node [shape=box penwidth=2] node [shape=box penwidth=2]
edge [penwidth=2] edge [penwidth=2]
@@ -1,5 +1,5 @@
digraph implicitReceivers_kt { digraph implicitReceivers_kt {
graph [splines=ortho nodesep=3] graph [nodesep=3]
node [shape=box penwidth=2] node [shape=box penwidth=2]
edge [penwidth=2] edge [penwidth=2]
@@ -1,5 +1,5 @@
digraph thisOfExtensionProperty_kt { digraph thisOfExtensionProperty_kt {
graph [splines=ortho nodesep=3] graph [nodesep=3]
node [shape=box penwidth=2] node [shape=box penwidth=2]
edge [penwidth=2] edge [penwidth=2]
@@ -1,5 +1,5 @@
digraph assignSafeCall_kt { digraph assignSafeCall_kt {
graph [splines=ortho nodesep=3] graph [nodesep=3]
node [shape=box penwidth=2] node [shape=box penwidth=2]
edge [penwidth=2] edge [penwidth=2]
@@ -1,5 +1,5 @@
digraph safeCallAndEqualityToBool_kt { digraph safeCallAndEqualityToBool_kt {
graph [splines=ortho nodesep=3] graph [nodesep=3]
node [shape=box penwidth=2] node [shape=box penwidth=2]
edge [penwidth=2] edge [penwidth=2]
@@ -1,5 +1,5 @@
digraph safeCalls_kt { digraph safeCalls_kt {
graph [splines=ortho nodesep=3] graph [nodesep=3]
node [shape=box penwidth=2] node [shape=box penwidth=2]
edge [penwidth=2] edge [penwidth=2]
@@ -1,5 +1,5 @@
digraph smartCastInInit_kt { digraph smartCastInInit_kt {
graph [splines=ortho nodesep=3] graph [nodesep=3]
node [shape=box penwidth=2] node [shape=box penwidth=2]
edge [penwidth=2] edge [penwidth=2]
@@ -1,5 +1,5 @@
digraph smartcastToNothing_kt { digraph smartcastToNothing_kt {
graph [splines=ortho nodesep=3] graph [nodesep=3]
node [shape=box penwidth=2] node [shape=box penwidth=2]
edge [penwidth=2] edge [penwidth=2]
@@ -1,5 +1,5 @@
digraph overridenOpenVal_kt { digraph overridenOpenVal_kt {
graph [splines=ortho nodesep=3] graph [nodesep=3]
node [shape=box penwidth=2] node [shape=box penwidth=2]
edge [penwidth=2] edge [penwidth=2]
@@ -1,5 +1,5 @@
digraph delayedAssignment_kt { digraph delayedAssignment_kt {
graph [splines=ortho nodesep=3] graph [nodesep=3]
node [shape=box penwidth=2] node [shape=box penwidth=2]
edge [penwidth=2] edge [penwidth=2]
@@ -1,5 +1,5 @@
digraph smartcastAfterReassignment_kt { digraph smartcastAfterReassignment_kt {
graph [splines=ortho nodesep=3] graph [nodesep=3]
node [shape=box penwidth=2] node [shape=box penwidth=2]
edge [penwidth=2] edge [penwidth=2]
@@ -1,5 +1,5 @@
digraph callsInPlace_kt { digraph callsInPlace_kt {
graph [splines=ortho nodesep=3] graph [nodesep=3]
node [shape=box penwidth=2] node [shape=box penwidth=2]
edge [penwidth=2] edge [penwidth=2]
@@ -1,5 +1,5 @@
digraph conditionalEffects_kt { digraph conditionalEffects_kt {
graph [splines=ortho nodesep=3] graph [nodesep=3]
node [shape=box penwidth=2] node [shape=box penwidth=2]
edge [penwidth=2] edge [penwidth=2]
@@ -1,5 +1,5 @@
digraph delegateWithAnonymousObject_kt { digraph delegateWithAnonymousObject_kt {
graph [splines=ortho nodesep=3] graph [nodesep=3]
node [shape=box penwidth=2] node [shape=box penwidth=2]
edge [penwidth=2] edge [penwidth=2]
@@ -1,5 +1,5 @@
digraph tryWithLambdaInside_kt { digraph tryWithLambdaInside_kt {
graph [splines=ortho nodesep=3] graph [nodesep=3]
node [shape=box penwidth=2] node [shape=box penwidth=2]
edge [penwidth=2] edge [penwidth=2]