This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [tree-ssa] CALL_EXPR support for operand_equal_p
- From: Jason Merrill <jason at redhat dot com>
- To: law at redhat dot com
- Cc: gcc-patches at gcc dot gnu dot org
- Date: Thu, 12 Jun 2003 03:03:16 -0400
- Subject: Re: [tree-ssa] CALL_EXPR support for operand_equal_p
- References: <200306120444.h5C4iDlB016500@speedy.slc.redhat.com>
I would expect you to check for "const" in operand_equal_p; two calls with
side effects should not be considered equal.
Jason