bechordal: Remove the unused attribute ilp_server[] from struct be_ra_chordal_opts_t.
authorChristoph Mallon <christoph.mallon@gmx.de>
Sat, 24 Nov 2012 12:38:08 +0000 (13:38 +0100)
committerChristoph Mallon <christoph.mallon@gmx.de>
Sat, 24 Nov 2012 12:38:08 +0000 (13:38 +0100)
ir/be/bechordal_main.c
ir/be/bechordal_t.h

index 89415e3..3772664 100644 (file)
@@ -85,8 +85,7 @@
 static be_ra_chordal_opts_t options = {
        BE_CH_DUMP_NONE,
        BE_CH_LOWER_PERM_SWAP,
-       BE_CH_VRFY_WARN,
-       ""
+       BE_CH_VRFY_WARN
 };
 
 typedef struct post_spill_env_t {
index ffd583a..6ab04af 100644 (file)
@@ -115,8 +115,6 @@ struct be_ra_chordal_opts_t {
        unsigned dump_flags;
        int      lower_perm_opt;
        int      vrfy_option;
-
-       char ilp_server[128];
 };
 
 void check_for_memory_operands(ir_graph *irg);