tree-vect-slp.c (vect_slp_analyze_bb): Fix typo.

2010-02-22  Richard Guenther  <rguenther@suse.de>

	* tree-vect-slp.c (vect_slp_analyze_bb): Fix typo.

From-SVN: r156951
This commit is contained in:
Richard Guenther 2010-02-22 09:47:59 +00:00 committed by Richard Biener
parent f80c558f59
commit 69e3b47f92
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2010-02-22 Richard Guenther <rguenther@suse.de>
* tree-vect-slp.c (vect_slp_analyze_bb): Fix typo.
2010-02-22 Hans-Peter Nilsson <hp@bitrange.com>
Migrate crti, crtn, crtbegin, crtend build rules to libgcc.

View File

@ -1277,7 +1277,7 @@ vect_slp_analyze_bb (basic_block bb)
gimple stmt = gsi_stmt (gsi);
if (!is_gimple_debug (stmt)
&& !gimple_nop_p (stmt)
&& !gimple_code (stmt) == GIMPLE_LABEL)
&& gimple_code (stmt) != GIMPLE_LABEL)
insns++;
}