mirror of
https://github.com/gcc-mirror/gcc.git
synced 2026-05-06 14:59:39 +02:00
Fix typo
s/replacemend/replacement/ * tree-vect-loop.cc (vectorizable_live_operation): Fix typo.
This commit is contained in:
committed by
Richard Biener
parent
c1926449ca
commit
e49ff17cb1
@@ -10452,7 +10452,7 @@ vectorizable_live_operation (vec_info *vinfo, stmt_vec_info stmt_info,
|
||||
&& !SSA_NAME_IS_DEFAULT_DEF (new_tree)
|
||||
&& (gimple_bb (use_stmt)->loop_father
|
||||
!= gimple_bb (vec_stmt)->loop_father)
|
||||
/* But a replacemend in a LC PHI is OK. This happens
|
||||
/* But a replacement in a LC PHI is OK. This happens
|
||||
in gcc.dg/vect/bb-slp-57.c for example. */
|
||||
&& (gimple_code (use_stmt) != GIMPLE_PHI
|
||||
|| (((e = phi_arg_edge_from_use (use_p)), true)
|
||||
|
||||
Reference in New Issue
Block a user