r238286 - in /trunk/gcc: ChangeLog tree-data-re...
tbsaunde@gcc.gnu.org
tbsaunde@gcc.gnu.org
Wed Jul 13 02:44:00 GMT 2016
Author: tbsaunde
Date: Wed Jul 13 02:44:59 2016
New Revision: 238286
URL: https://gcc.gnu.org/viewcvs?rev=238286&root=gcc&view=rev
Log:
remove unnecessary calls to vec::release
There's no point in calling release () on an auto_vec just before it goes
out of scope.
gcc/ChangeLog:
2016-07-12 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
* tree-data-ref.c (find_data_references_in_stmt): Remove
unnecessary call to vec::release.
(graphite_find_data_references_in_stmt): Likewise.
* tree-ssa-alias.c (nonoverlapping_component_refs_of_decl_p): Likewise.
* tree-vect-stmts.c (vectorizable_condition): Likewise.
Modified:
trunk/gcc/ChangeLog
trunk/gcc/tree-data-ref.c
trunk/gcc/tree-ssa-alias.c
trunk/gcc/tree-vect-stmts.c
More information about the Gcc-cvs
mailing list