Commit 57e98261 by Joern Rennecke

Typo fix.

From-SVN: r31548
parent fb0d0f72
...@@ -1185,7 +1185,7 @@ read_dependence (mem, x) ...@@ -1185,7 +1185,7 @@ read_dependence (mem, x)
MEM2 if vice versa. Otherwise, returns NULL_RTX. If a non-NULL MEM2 if vice versa. Otherwise, returns NULL_RTX. If a non-NULL
value is returned MEM1 and MEM2 can never alias. VARIES_P is used value is returned MEM1 and MEM2 can never alias. VARIES_P is used
to decide whether or not an address may vary; it should return to decide whether or not an address may vary; it should return
nozero whenever variation is possible. */ nonzero whenever variation is possible. */
static rtx static rtx
fixed_scalar_and_varying_struct_p (mem1, mem2, varies_p) fixed_scalar_and_varying_struct_p (mem1, mem2, varies_p)
......
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