* function.c (assign_parm_find_stack_rtl): Use known_eq instead of ==.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@274751
138bc75d-0d04-0410-961f-
82ee72b054a4
+2019-08-20 Bernd Edlinger <bernd.edlinger@hotmail.de>
+
+ * function.c (assign_parm_find_stack_rtl): Use known_eq instead of ==.
+
2019-08-20 Matthew Beliveau <mbelivea@redhat.com>
* tree-ssa-dse.c (dse_optimize_redundant_stores): Improved check to
stack slot boundary, take advantage of that excess alignment.
Don't make any assumptions if STACK_POINTER_OFFSET is in use. */
if (poly_int_rtx_p (offset_rtx, &offset)
- && STACK_POINTER_OFFSET == 0)
+ && known_eq (STACK_POINTER_OFFSET, 0))
{
unsigned int offset_align = known_alignment (offset) * BITS_PER_UNIT;
if (offset_align == 0 || offset_align > STACK_BOUNDARY)