Commit 15c812e3 by Eric Christopher Committed by Eric Christopher

emit-rtl.c (gen_rtx): Fix typos.

2003-04-11  Eric Christopher  <echristo@redhat.com>

	* emit-rtl.c (gen_rtx): Fix typos.

From-SVN: r65496
parent bedd8bed
2003-04-11 Eric Christopher <echristo@redhat.com>
* emit-rtl.c (gen_rtx): Fix typos.
2003-04-11 Richard Henderson <rth@redhat.com>
* emit-rtl.c (gen_rtx): Zero '0' fields.
......
......@@ -756,7 +756,7 @@ gen_rtx VPARAMS ((enum rtx_code code, enum machine_mode mode, ...))
switch (*fmt++)
{
case '0': /* Field with unknown use. Zero it. */
X0EXP (rt, 1) = NULL_RTX;
XEXP (rt_val, 1) = NULL_RTX;
break;
case 'i': /* An integer? */
......
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