Fix typo in vectorizer debug message
* tree-vect-stmts.cc (vect_mark_relevant): Fix typo.
This commit is contained in:
parent
cd9964b7e2
commit
450b9566d5
1 changed files with 1 additions and 1 deletions
|
@ -272,7 +272,7 @@ vect_mark_relevant (vec<stmt_vec_info> *worklist, stmt_vec_info stmt_info,
|
|||
{
|
||||
if (dump_enabled_p ())
|
||||
dump_printf_loc (MSG_NOTE, vect_location,
|
||||
"vec_stmt_relevant_p: forcing live patern stmt "
|
||||
"vec_stmt_relevant_p: forcing live pattern stmt "
|
||||
"relevant.\n");
|
||||
relevant = vect_used_only_live;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue