*** empty log message ***
[libfirm] / testprograms / irr_loop_example.c
index 132c2e4..23a9ada 100644 (file)
 # 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)
 {