values from false to NULL.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/branches/gcc-4_7-branch@187182
138bc75d-0d04-0410-961f-
82ee72b054a4
+2012-05-04 Ian Lance Taylor <iant@google.com>
+
+ * tree-vect-patterns.c (vect_single_imm_use): Correct return
+ values from false to NULL.
+
2012-05-04 Uros Bizjak <ubizjak@gmail.com>
Backport from mainline
return NULL;
if (!gimple_bb (use_stmt))
- return false;
+ return NULL;
if (!flow_bb_inside_loop_p (loop, gimple_bb (use_stmt)))
- return false;
+ return NULL;
gcc_assert (vinfo_for_stmt (use_stmt));
return use_stmt;