the source of a set operation.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@146757
138bc75d-0d04-0410-961f-
82ee72b054a4
+2009-04-25 Ben Elliston <bje@au.ibm.com>
+
+ * genrecog.c (validate_pattern): Do not warn for VOIDmode CALLs as
+ the source of a set operation.
+
2009-04-25 Anatoly Sokolov <aesok@post.ru>
* target.h (struct gcc_target): Add case_values_threshold field.
&& GET_CODE (dest) != CC0
&& GET_CODE (src) != PC
&& GET_CODE (src) != CC0
- && GET_CODE (src) != CONST_INT)
+ && GET_CODE (src) != CONST_INT
+ && GET_CODE (src) != CALL)
{
const char *which;
which = (dmode == VOIDmode ? "destination" : "source");