You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
35 lines
1015 B
35 lines
1015 B
/* @generated */
|
|
digraph iCFG {
|
|
"main8" [label="8: BinaryOperatorStmt: Assign \n *&today:int =0 [line 22]\n " shape="box"]
|
|
|
|
|
|
"main8" -> "main7" ;
|
|
"main7" [label="7: BinaryOperatorStmt: Assign \n *&today:int =1 [line 23]\n " shape="box"]
|
|
|
|
|
|
"main7" -> "main6" ;
|
|
"main6" [label="6: BinaryOperatorStmt: Assign \n n$0=*&today:int [line 24]\n *&today:int =(n$0 + 4) [line 24]\n " shape="box"]
|
|
|
|
|
|
"main6" -> "main5" ;
|
|
"main5" [label="5: BinaryOperatorStmt: Assign \n *&today:int =(2 + 1) [line 25]\n " shape="box"]
|
|
|
|
|
|
"main5" -> "main4" ;
|
|
"main4" [label="4: DeclStmt \n *&i:int =(2 + (2 - 0)) [line 26]\n " shape="box"]
|
|
|
|
|
|
"main4" -> "main3" ;
|
|
"main3" [label="3: Return Stmt \n *&return:int =0 [line 27]\n " shape="box"]
|
|
|
|
|
|
"main3" -> "main2" ;
|
|
"main2" [label="2: Exit main \n " color=yellow style=filled]
|
|
|
|
|
|
"main1" [label="1: Start main\nFormals: \nLocals: i:int today:int \n DECLARE_LOCALS(&return,&i,&today); [line 20]\n " color=yellow style=filled]
|
|
|
|
|
|
"main1" -> "main8" ;
|
|
}
|