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.
23 lines
553 B
23 lines
553 B
/* @generated */
|
|
digraph iCFG {
|
|
5 [label="5: DeclStmt \n *&x:int =2 [line 11]\n " shape="box"]
|
|
|
|
|
|
5 -> 4 ;
|
|
4 [label="4: DeclStmt \n *&z:int =3 [line 12]\n " shape="box"]
|
|
|
|
|
|
4 -> 3 ;
|
|
3 [label="3: Return Stmt \n n$0=*&x:int [line 13]\n n$1=*&z:int [line 13]\n *&return:int =(n$0 + n$1) [line 13]\n " shape="box"]
|
|
|
|
|
|
3 -> 2 ;
|
|
2 [label="2: Exit main \n " color=yellow style=filled]
|
|
|
|
|
|
1 [label="1: Start main\nFormals: \nLocals: z:int x:int \n DECLARE_LOCALS(&return,&z,&x); [line 10]\n " color=yellow style=filled]
|
|
|
|
|
|
1 -> 5 ;
|
|
}
|