OSDN Git Service

* fold-const.c (operand_equal_p): Consider two calls to "const"
authorsayle <sayle@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 16 Jun 2003 12:42:48 +0000 (12:42 +0000)
committersayle <sayle@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 16 Jun 2003 12:42:48 +0000 (12:42 +0000)
commit06506f5d6786073737eb17f5cc7b346b67489a71
tree00431f65cd8405f42fb7fe5ccfc898c415cd19e5
parent2a13967f33b5febbd316f7a6fd6de84c0f785af8
* fold-const.c (operand_equal_p): Consider two calls to "const"
functions with identical non-volatile arguments to be equal.
Consider the FUNCTION_DECL for the "__builtin_foo" form of a
built-in function to be equal to the "foo" form.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@68011 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/fold-const.c