diff options
author | Christoph Mallon <christoph.mallon@gmx.de> | 2012-12-15 14:38:29 +0100 |
---|---|---|
committer | Christoph Mallon <christoph.mallon@gmx.de> | 2012-12-15 22:05:14 +0100 |
commit | 226c238839ce84c2c310c8e7522838160c6f71af (patch) | |
tree | afe938454fc7e55b6675908ee2ea4320de64dea6 /ir/be/becopyopt_t.h | |
parent | e207fc73a24963b86a235d59cd18fac481f8d1d3 (diff) |
becopyopt: Remove the unnecessary attribute name from struct copy_opt_t.
Diffstat (limited to 'ir/be/becopyopt_t.h')
-rw-r--r-- | ir/be/becopyopt_t.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ir/be/becopyopt_t.h b/ir/be/becopyopt_t.h index 076e53b..7e131c7 100644 --- a/ir/be/becopyopt_t.h +++ b/ir/be/becopyopt_t.h @@ -28,7 +28,6 @@ struct copy_opt_t { be_chordal_env_t *cenv; const arch_register_class_t *cls; ir_graph *irg; - char *name; /**< ProgName__IrgName__RegClassName */ cost_fct_t get_costs; /**< function ptr used to get costs for copies */ /** Representation as optimization units */ |