tree-vect-transform.c
178 KB
-
re PR tree-optimization/30938 (Bootstrap fails on x86_64 for -ftree-vectorize) · c4a4d1a0
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(). From-SVN: r122323
Uros Bizjak committed