Commit 63681b5f by Finn Hakansson Committed by Jeff Law

* rtl.h (MEM_COPY_ATTRIBUTES): Remove unnecessary ending backslash.

From-SVN: r25966
parent b6c8f0b7
Thu Mar 25 02:12:42 1999 Finn Hakansson <finn@axis.com>
* rtl.h (MEM_COPY_ATTRIBUTES): Remove unnecessary ending backslash.
Thu Mar 25 02:02:13 1999 Axel Thimm <Axel.Thimm@physik.fu-berlin.de>
* Makefile.in (RANLIB_TEST): Improve test.
......
......@@ -588,7 +588,7 @@ extern char *note_insn_name[];
#define MEM_COPY_ATTRIBUTES(LHS, RHS) \
(MEM_VOLATILE_P (LHS) = MEM_VOLATILE_P (RHS), \
MEM_IN_STRUCT_P (LHS) = MEM_IN_STRUCT_P (RHS), \
MEM_SCALAR_P (LHS) = MEM_SCALAR_P (RHS)) \
MEM_SCALAR_P (LHS) = MEM_SCALAR_P (RHS))
/* If VAL is non-zero, set MEM_IN_STRUCT_P and clear MEM_SCALAR_P in
RTX. Otherwise, vice versa. Use this macro only when you are
......
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