Commit 69e3b47f by Richard Guenther Committed by Richard Biener

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
parent f80c558f
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.
......
......@@ -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++;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment