diff options
author | jamborm <jamborm@138bc75d-0d04-0410-961f-82ee72b054a4> | 2008-07-02 09:59:34 +0000 |
---|---|---|
committer | jamborm <jamborm@138bc75d-0d04-0410-961f-82ee72b054a4> | 2008-07-02 09:59:34 +0000 |
commit | f28b0a6af8be5615bbce40cfa921da5baae32f64 (patch) | |
tree | 7fdc1f4cb404c7bca59bfad70d94080ded092a77 /gcc/tree-switch-conversion.c | |
parent | cc17b19bd79c8b28a6dda332409aa65bb5fb108e (diff) | |
download | gcc-f28b0a6af8be5615bbce40cfa921da5baae32f64.tar.gz |
2008-07-02 Martin Jambor <mjambor@suse.cz>
* tree-switch-conversion.c: Included timevar.h
(pass_convert_switch): Added a timevar id (TV_TREE_SWITCH_CONVERSION).
* timevar.def: Added TV_TREE_SWITCH_CONVERSION.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@137349 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/tree-switch-conversion.c')
-rw-r--r-- | gcc/tree-switch-conversion.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/tree-switch-conversion.c b/gcc/tree-switch-conversion.c index 91551ea10d2..8ed25fcabc1 100644 --- a/gcc/tree-switch-conversion.c +++ b/gcc/tree-switch-conversion.c @@ -868,7 +868,7 @@ struct gimple_opt_pass pass_convert_switch = NULL, /* sub */ NULL, /* next */ 0, /* static_pass_number */ - 0, /* tv_id */ + TV_TREE_SWITCH_CONVERSION, /* tv_id */ PROP_cfg | PROP_ssa, /* properties_required */ 0, /* properties_provided */ 0, /* properties_destroyed */ |