diff options
author | kraai <kraai@138bc75d-0d04-0410-961f-82ee72b054a4> | 2003-05-20 01:49:12 +0000 |
---|---|---|
committer | kraai <kraai@138bc75d-0d04-0410-961f-82ee72b054a4> | 2003-05-20 01:49:12 +0000 |
commit | f7fa3a5fd6b499de277ab1338cb8ddb7be112288 (patch) | |
tree | a0ae90c628c4a05fd6ad65bf2161b3503e772089 /gcc/graph.c | |
parent | 4d9c9c815eddc40d501445c43202e71ee0e7be32 (diff) | |
download | gcc-f7fa3a5fd6b499de277ab1338cb8ddb7be112288.tar.gz |
* alias.c (nonlocal_mentioned_p, nonlocal_referenced_p)
(nonlocal_set_p): Remove initial blank line.
* dwarf2out.c (simple_type_size_in_bits): Likewise.
* et-forest.c (et_forest_create): Likewise.
* explow.c (stabilize): Likewise.
* fix-header.c (write_lbrac): Likewise.
* graph.c (start_fct, node_data): Likewise.
* jump.c (only_sets_cc0_p, sets_cc0_p): Likewise.
* rtlanal.c (global_reg_mentioned_p): Likewise.
* tree.c (bit_position): Likewise.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@66984 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/graph.c')
-rw-r--r-- | gcc/graph.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gcc/graph.c b/gcc/graph.c index 5b660be00df..009d8767928 100644 --- a/gcc/graph.c +++ b/gcc/graph.c @@ -51,7 +51,6 @@ static void start_fct (fp) FILE *fp; { - switch (graph_dump_format) { case vcg: @@ -110,7 +109,6 @@ node_data (fp, tmp_rtx) FILE *fp; rtx tmp_rtx; { - if (PREV_INSN (tmp_rtx) == 0) { /* This is the first instruction. Add an edge from the starting |