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

2015-09-30  Richard Biener  <rguenther@suse.de>

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

From-SVN: r228290
This commit is contained in:
Richard Biener 2015-09-30 12:52:37 +00:00 committed by Richard Biener
parent 20a44562a6
commit 25ab3b0a30
2 changed files with 9 additions and 0 deletions

View 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

View 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"