Commit 10d6c0d0 by Eric Christopher Committed by Eric Christopher

cfgcleanup.c (merge_blocks): Fix return value.

2003-05-15  Eric Christopher  <echristo@redhat.com>

        * cfgcleanup.c (merge_blocks): Fix return value.

From-SVN: r66854
parent 3dcd7d45
2003-05-15 Eric Christopher <echristo@redhat.com>
* cfgcleanup.c (merge_blocks): Fix return value.
2003-05-15 Eric Christopher <echristo@redhat.com>
* combine.c (expand_compound_operation): Make sure
that zero_extend operation is profitable.
......
......@@ -888,7 +888,7 @@ merge_blocks (e, b, c, mode)
return next == ENTRY_BLOCK_PTR ? next->next_bb : next;
}
return false;
return NULL;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment