re PR tree-optimization/26420 (-ftree-vectorizer-verbose=1 prints unvectorized loops...
commitf9be04cd95886e9e04213131469f9fb2c62a9d87
authorRichard Guenther <rguenther@suse.de>
Mon, 5 Mar 2007 10:57:09 +0000 (5 10:57 +0000)
committerRichard Biener <rguenth@gcc.gnu.org>
Mon, 5 Mar 2007 10:57:09 +0000 (5 10:57 +0000)
tree770dfc86ef282949c7880c0d291120a357cbca83
parentc1c5a431b52c85d485b65756d3ecce60875bee1e
re PR tree-optimization/26420 (-ftree-vectorizer-verbose=1 prints unvectorized loops information)

2007-03-05  Richard Guenther  <rguenther@suse.de>
Dorit Nuzman  <dorit@il.ibm.com>

PR tree-optimization/26420
* tree-vectorizer.c (vectorize_loops): Bail out early if there
are no loops in the function.  Only print the number of
vectorized loops if it is greater than zero or we are supposed
to print information about unvectorized loops.

Co-Authored-By: Dorit Nuzman <dorit@il.ibm.com>
From-SVN: r122544
gcc/ChangeLog
gcc/tree-vectorizer.c