builtins.c: Add comment that no new simplifications shouldd be added here.
authorRichard Biener <rguenther@suse.de>
Wed, 30 Sep 2015 12:52:37 +0000 (12:52 +0000)
committerRichard Biener <rguenth@gcc.gnu.org>
Wed, 30 Sep 2015 12:52:37 +0000 (12:52 +0000)
2015-09-30  Richard Biener  <rguenther@suse.de>

* builtins.c: Add comment that no new simplifications shouldd
be added here.

From-SVN: r228290

gcc/ChangeLog
gcc/builtins.c

index 0b3ce92c0e425a35ac20236246b967a0ef6221fd..a4dfd3afe51679cb32adf60ad77701c75bd1b1e1 100644 (file)
@@ -1,3 +1,8 @@
+2015-09-30  Richard Biener  <rguenther@suse.de>
+
+       * builtins.c: Add comment that no new simplifications shouldd
+       be added here.
+
 2015-09-30  Marek Polacek  <polacek@redhat.com>
 
        PR tree-optimization/67690
index 15928109247a97534b74d0c9478c89381cf4ad1d..2ff1a8c82bbbc278fcc9a6ea47575fb55ee9c51e 100644 (file)
@@ -17,6 +17,10 @@ You should have received a copy of the GNU General Public License
 along with GCC; see the file COPYING3.  If not see
 <http://www.gnu.org/licenses/>.  */
 
+/* Legacy warning!  Please add no further builtin simplifications here
+   (apart from pure constant folding) - builtin simplifications should go
+   to match.pd or gimple-fold.c instead.  */
+
 #include "config.h"
 #include "system.h"
 #include "coretypes.h"