OSDN Git Service

* function.c (assign_parms): For a struct value address passed as
[pf3gnuchains/gcc-fork.git] / gcc / tracer.c
index de231e8..0e31b2a 100644 (file)
@@ -287,7 +287,7 @@ tail_duplicate ()
              bb2 = cfg_layout_duplicate_bb (bb2, e);
 
              /* Reconsider the original copy of block we've duplicated.
-                Removing the most common predecesor may make it to be
+                Removing the most common predecessor may make it to be
                 head.  */
              blocks[old->index] =
                fibheap_insert (heap, -old->frequency, old);
@@ -347,7 +347,7 @@ layout_superblocks ()
          RBI (best->dest)->visited = 1;
        }
       else
-       for (; bb != EXIT_BLOCK_PTR; bb=bb->next_bb)
+       for (; bb != EXIT_BLOCK_PTR; bb = bb->next_bb)
          {
            if (!RBI (bb)->visited)
              {
@@ -366,7 +366,7 @@ tracer ()
 {
   if (n_basic_blocks <= 1)
     return;
-  cfg_layout_initialize ();
+  cfg_layout_initialize (NULL);
   mark_dfs_back_edges ();
   if (rtl_dump_file)
     dump_flow_info (rtl_dump_file);