timevar.def: Add TV_CALL_CLOBBER, TV_FLOW_SENSITIVE, TV_FLOW_INSENSITIVE.
authorDaniel Berlin <dberlin@dberlin.org>
Sat, 28 Jul 2007 07:55:10 +0000 (07:55 +0000)
committerDaniel Berlin <dberlin@gcc.gnu.org>
Sat, 28 Jul 2007 07:55:10 +0000 (07:55 +0000)
commit758137cd60130053849b6c6258acfd2f81463739
tree23be6a7ff360907ab17ef21c216f46b44c136bca
parentb8247b13893d56a6dc3bc0ae77761b3e826aeac5
timevar.def: Add TV_CALL_CLOBBER, TV_FLOW_SENSITIVE, TV_FLOW_INSENSITIVE.

2007-07-28  Daniel Berlin  <dberlin@dberlin.org>

* timevar.def: Add TV_CALL_CLOBBER, TV_FLOW_SENSITIVE,
TV_FLOW_INSENSITIVE.

* tree-ssa-alias.c (compute_call_clobbered): Push/pop
TV_CALL_CLOBBER.
(compute_flow_sensitive_aliasing): Ditto for TV_FLOW_SENSITIVE.
(compute_flow_insensitive_aliasing): Ditto for
TV_FLOW_INSENSITIVE.

From-SVN: r127013
gcc/ChangeLog
gcc/timevar.def
gcc/tree-ssa-alias.c