diff options
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 |