X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=testprograms%2Firr_loop_example.c;h=23a9adaa3350d7ba2a9a8285c708af44884d739f;hb=0eb9e8a7def8f3003527c59013190344d27f38f2;hp=132c2e435c70553082f1164a3e11624d733c2856;hpb=76572961989e62cef01b295c6c8af7460f6080dd;p=libfirm diff --git a/testprograms/irr_loop_example.c b/testprograms/irr_loop_example.c index 132c2e435..23a9adaa3 100644 --- a/testprograms/irr_loop_example.c +++ b/testprograms/irr_loop_example.c @@ -18,23 +18,23 @@ # include "firm.h" /** -* 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) {