r122323 - in /trunk/gcc: ChangeLog tree-vect-tr...

uros@gcc.gnu.org uros@gcc.gnu.org
Sun Feb 25 23:18:00 GMT 2007


Author: uros
Date: Sun Feb 25 23:18:45 2007
New Revision: 122323

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=122323
Log:
        PR tree-optimization/30938
        * tree-vect-transform.c (vectorizable_call): Fix off-by-one error:
        use &dt[nargs-1] instead of &dt[nargs] in the call to
        vect_is_simple_use().


Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/tree-vect-transform.c



More information about the Gcc-cvs mailing list