* config/rs6000/predicates.md (input_operand): Allow volatile memory.
From-SVN: r273632
+2019-07-20 Segher Boessenkool <segher@kernel.crashing.org>
+
+ * config/rs6000/predicates.md (input_operand): Allow volatile memory.
+
2019-07-20 Segher Boessenkool <segher@kernel.crashing.org>
* config/rs6000/predicates.md (lwa_operand): Allow volatile memory.
const_double,const_wide_int,const_vector,const_int")
{
/* Memory is always valid. */
- if (memory_operand (op, mode))
+ if (any_memory_operand (op, mode))
return 1;
/* For floating-point, easy constants are valid. */