Commit 5de7e417 by Nick Clifton Committed by Nick Clifton

Add missing semicolon

From-SVN: r45597
parent bc591fb4
2001-09-14 Nick Clifton <nickc@cambridge.redhat.com>
* rtlanal.c (subreg_regno_offset): Add semicolon to end of
invocation of SUBREG_REGNO_OFFSET.
* haifa-sched.c: Fix typo in FSF copyright statement.
* sched-deps.c: Fix typo in FSF copyright statement.
* sched-ebb.c: Fix typo in FSF copyright statement.
......
......@@ -2750,7 +2750,7 @@ subreg_regno_offset (xregno, xmode, offset, ymode)
/* Check for an override, and use it instead. */
#ifdef SUBREG_REGNO_OFFSET
ret = SUBREG_REGNO_OFFSET (xregno, xmode, offset, ymode)
ret = SUBREG_REGNO_OFFSET (xregno, xmode, offset, ymode);
#else
if (xregno >= FIRST_PSEUDO_REGISTER)
abort ();
......
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