Added stickyness
[libfirm] / testprograms / endless_loop.c
index 0c9c7f8..48b7db3 100644 (file)
@@ -24,9 +24,9 @@
 *
 *  VAR_A is some extern variable.
 *
-*  main(int a) {        // pos 0
-*    int b = 1;         // pos 1
-*    int h;             // pos 2
+*  main(int a) {        //  pos 0
+*    int b = 1;         //  pos 1
+*    int h;             //  pos 2
 *
 *    while (0 == 0) loop {
 *      h = a;
@@ -88,8 +88,8 @@ main(void)
   r = new_immBlock ();
   add_in_edge (r, x);
   x = new_Cond (new_Proj(new_Cmp(new_Const (mode_Is, new_tarval_from_long (0, mode_Is)),
-                                new_Const (mode_Is, new_tarval_from_long (0, mode_Is))),
-                        mode_b, Eq));
+                 new_Const (mode_Is, new_tarval_from_long (0, mode_Is))),
+             mode_b, Eq));
   f = new_Proj (x, mode_X, 0);
   t = new_Proj (x, mode_X, 1);
 
@@ -146,7 +146,7 @@ main(void)
 
   /* output the vcg file */
   printf("Done building the graph.  Dumping it.\n");
-  //turn_of_edge_labels();
+  /* turn_of_edge_labels(); */
   dump_keepalive_edges(true);
   dump_all_types();
   dump_ir_block_graph (irg);