]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
2018-09-05 Richard Biener <rguenther@suse.de>
authorrguenth <rguenth@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 5 Sep 2018 09:39:34 +0000 (09:39 +0000)
committerrguenth <rguenth@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 5 Sep 2018 09:39:34 +0000 (09:39 +0000)
PR bootstrap/87225
* tree-vect-stmts.c (vectorizable_simd_clone_call): Fix bogus
return.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@264116 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/tree-vect-stmts.c

index 05fe124bf793e0c924b01710968d2078a0bf58fe..e8f30543a9d3056fb84d7a5cf266f9d666b8d351 100644 (file)
@@ -1,3 +1,9 @@
+2018-09-05  Richard Biener  <rguenther@suse.de>
+
+       PR bootstrap/87225
+       * tree-vect-stmts.c (vectorizable_simd_clone_call): Fix bogus
+       return.
+
 2018-09-05  Siddhesh Poyarekar  <siddhesh@sourceware.org>
            Kugan Vivekanandarajah  <kugan.vivekanandarajah@linaro.org>
 
index 8d94fcae04ef6b31e24acf64ca559aa506675283..3b23ad5c75c9ec9ea840cf876a2244d032b43aff 100644 (file)
@@ -3898,7 +3898,7 @@ vectorizable_simd_clone_call (stmt_vec_info stmt_info,
        dump_printf_loc (MSG_MISSED_OPTIMIZATION, vect_location,
                         "not considering SIMD clones; not yet supported"
                         " for variable-width vectors.\n");
-      return NULL;
+      return false;
     }
 
   unsigned int badness = 0;