aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-if-conv.c
diff options
context:
space:
mode:
authorRichard Biener <rguenther@suse.de>2016-05-25 08:52:22 +0000
committerRichard Biener <rguenth@gcc.gnu.org>2016-05-25 08:52:22 +0000
commit6ca8e33c66be2e2ce42f2bc211f6589db37e3c7d (patch)
treef62b10a325ea6d2096d140ff2d14a7965b669b3b /gcc/tree-if-conv.c
parent021fad86269f7270218c4c692d6065065e01140b (diff)
downloadgcc-6ca8e33c66be2e2ce42f2bc211f6589db37e3c7d.zip
gcc-6ca8e33c66be2e2ce42f2bc211f6589db37e3c7d.tar.gz
gcc-6ca8e33c66be2e2ce42f2bc211f6589db37e3c7d.tar.bz2
timevar.def (TV_TREE_LOOP_IFCVT): Add.
2016-05-25 Richard Biener <rguenther@suse.de> * timevar.def (TV_TREE_LOOP_IFCVT): Add. * tree-if-conv.c (pass_data_if_conversion): Use it. From-SVN: r236695
Diffstat (limited to 'gcc/tree-if-conv.c')
-rw-r--r--gcc/tree-if-conv.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/tree-if-conv.c b/gcc/tree-if-conv.c
index 3bfa69c..fa0cae6 100644
--- a/gcc/tree-if-conv.c
+++ b/gcc/tree-if-conv.c
@@ -2884,7 +2884,7 @@ const pass_data pass_data_if_conversion =
GIMPLE_PASS, /* type */
"ifcvt", /* name */
OPTGROUP_NONE, /* optinfo_flags */
- TV_NONE, /* tv_id */
+ TV_TREE_LOOP_IFCVT, /* tv_id */
( PROP_cfg | PROP_ssa ), /* properties_required */
0, /* properties_provided */
0, /* properties_destroyed */