This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |
| Other format: | [Raw text] | |
int main(int argc, char**argv)
{
if(argc)
printf("positive\n");
else
printf("zero\n");return 0; }
-----------
| BB 0 |
-----------
/ \
----------- -----------
| BB 1 | | BB 2 |
----------- -----------
\ /
-----------
| END |
----------- -----------
| BB 0 |
-----------
/ \
----------- -----------
| BB 1 | ------------> | BB 2 |
----------- -----------
\ /
-----------
| END |
-----------I am attaching the VCG representation, the VCG text file, and the original test program..
Thank You sunzir
Attachment:
CFG.JPG
Description: JPEG image
Attachment:
test-if.c
Description: Text document
Attachment:
test-if.c.50.compgotos.vcg
Description: Text document
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |