Commit 916f389b by Richard Kenner Committed by Richard Kenner

* emit-rtl.c (get_mem_attrs): Fix typo.

From-SVN: r47213
parent 2dbd62ff
Tue Nov 20 06:41:38 2001 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
* emit-rtl.c (get_mem_attrs): Fix typo.
2001-11-20 Jakub Jelinek <jakub@redhat.com>
* c-lang.c (finish_file): Backout 2001-11-16
......
......@@ -290,7 +290,7 @@ get_mem_attrs (alias, decl, offset, size, align, mode)
if (alias == 0 && decl == 0 && offset == 0
&& (size == 0
|| (mode != BLKmode && GET_MODE_SIZE (mode) == INTVAL (size)))
&& (align == 1
&& (align == BITS_PER_UNIT
|| (mode != BLKmode && align == GET_MODE_ALIGNMENT (mode))))
return 0;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment