X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=testprograms%2Firr_loop_example.c;h=3129af8b2b314e4508b9c3676d37c671b5e784ac;hb=7023ae0df14b6797bdb6fa22050cf7c1c12ab9df;hp=485881e37a118f5d26945ea8bc136638d2bbd857;hpb=6ed168c29789db8edf25c87f2da9164c49a5512c;p=libfirm diff --git a/testprograms/irr_loop_example.c b/testprograms/irr_loop_example.c index 485881e37..3129af8b2 100644 --- a/testprograms/irr_loop_example.c +++ b/testprograms/irr_loop_example.c @@ -1,9 +1,9 @@ /* Copyright (C) 1998 - 2000 by Universitaet Karlsruhe -** All rights reserved. -** -** Authors: Christian Schaefer, Goetz Lindenmaier -** -** testprogram. +* All rights reserved. +* +* Authors: Christian Schaefer, Goetz Lindenmaier +* +* testprogram. */ # include @@ -18,22 +18,22 @@ */ /** -*** This file constructs a control flow of following shape: -*** -*** -*** firstBlock -*** / \ -*** / \ -*** |/_ _\| -*** ----> -*** LoopBlock1 LoopBlock2 -*** <---- -*** \ / -*** \ / -*** _\| |/_ -*** nextBlock -*** -*** +* This file constructs a control flow of following shape: +* +* +* firstBlock +* / \ +* / \ +* |/_ _\| +* ----> +* LoopBlock1 LoopBlock2 +* <---- +* \ / +* \ / +* _\| |/_ +* nextBlock +* +* **/ int main(int argc, char **argv) @@ -70,6 +70,7 @@ int main(int argc, char **argv) ent = new_entity (owner, id_from_str (METHODNAME, strlen(METHODNAME)), proc_main); + get_entity_ld_name(ent); /* To enforce name mangling for vcg graph name */ #define NUM_OF_LOCAL_VARS 0