Commit 24b7d7c3 by Jakub Jelinek Committed by Jakub Jelinek

* rtl.h (MEM_IN_STRUCT_P): Fix comment typo.

From-SVN: r103542
parent 435bb2a1
2005-08-27 Jakub Jelinek <jakub@redhat.com>
* rtl.h (MEM_IN_STRUCT_P): Fix comment typo.
2005-08-26 Jakub Jelinek <jakub@redhat.com>
PR rtl-optimization/23561
......
......@@ -1043,7 +1043,7 @@ do { \
ASM_INPUT)->volatil)
/* 1 if RTX is a mem that refers to an aggregate, either to the
aggregate itself of to a field of the aggregate. If zero, RTX may
aggregate itself or to a field of the aggregate. If zero, RTX may
or may not be such a reference. */
#define MEM_IN_STRUCT_P(RTX) \
(RTL_FLAG_CHECK1("MEM_IN_STRUCT_P", (RTX), MEM)->in_struct)
......
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