Added counters for inlining
[libfirm] / testprograms / dead_block_example.c
index e958837..77a20cd 100644 (file)
 *       |/_     _\|
 *     Block1    Block2   deadBlock
 *        \       |       /
-*          \      |      /
-*          _\|   \ /   |/_
+*       \      |      /
+*       _\|   \ /   |/_
 *            nextBlock
 *
 *
 *   This is a program as, e.g.,
 *
 *   if () then
-*     { Jmp label1; } // happens anyways
+*     { Jmp label1; } /*  happens anyways  *
 *   else
-*     { Jmp label1; } // happens anyways
+*     { Jmp label1; } /*  happens anyways  *
 * label1:
 *   return();
 *   Jmp label1;