diff options
| author | bje <bje@138bc75d-0d04-0410-961f-82ee72b054a4> | 2008-04-02 19:56:03 +0000 |
|---|---|---|
| committer | bje <bje@138bc75d-0d04-0410-961f-82ee72b054a4> | 2008-04-02 19:56:03 +0000 |
| commit | 6b2813fb9c497e33b61158da4783f5aa628908b1 (patch) | |
| tree | d52e137aa062a9665fff30db48cec2c6f29bc982 /gcc/tree-ssa-structalias.c | |
| parent | 34c3de48578a737fce63c51b7a6f63db5c7d43ab (diff) | |
| download | ppe42-gcc-6b2813fb9c497e33b61158da4783f5aa628908b1.tar.gz ppe42-gcc-6b2813fb9c497e33b61158da4783f5aa628908b1.zip | |
* expmed.c (extract_split_bit_field): Remove if (0) code.
* tree-ssa-structalias.c (do_sd_constraint): Likewise.
(do_ds_constraint): Likewise.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@133848 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/tree-ssa-structalias.c')
| -rw-r--r-- | gcc/tree-ssa-structalias.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/gcc/tree-ssa-structalias.c b/gcc/tree-ssa-structalias.c index 037f223c140..cecafca673a 100644 --- a/gcc/tree-ssa-structalias.c +++ b/gcc/tree-ssa-structalias.c @@ -1428,9 +1428,6 @@ do_sd_constraint (constraint_graph_t graph, constraint_t c, else if (add_graph_edge (graph, lhs, t)) flag |= bitmap_ior_into (sol, get_varinfo (t)->solution); } - else if (0 && dump_file && !(get_varinfo (j)->is_special_var)) - fprintf (dump_file, "Untypesafe usage in do_sd_constraint\n"); - } done: @@ -1514,8 +1511,6 @@ do_ds_constraint (constraint_t c, bitmap delta) } } } - else if (0 && dump_file && !(get_varinfo (j)->is_special_var)) - fprintf (dump_file, "Untypesafe usage in do_ds_constraint\n"); } } |

