* flow.c (mark_regs_live_at_end): Fix typo.
From-SVN: r31696
This commit is contained in:
parent
f8989a66b8
commit
607ace9b9b
@ -1,3 +1,7 @@
|
||||
2000-01-29 Mark Mitchell <mark@codesourcery.com>
|
||||
|
||||
* flow.c (mark_regs_live_at_end): Fix typo.
|
||||
|
||||
2000-01-28 Ulrich Drepper <drepper@redhat.com>
|
||||
|
||||
* c-common.c: Adjust variable names, comments, help strings to c99.
|
||||
|
@ -2883,7 +2883,7 @@ mark_regs_live_at_end (set)
|
||||
outgoing = FUNCTION_VALUE (type, current_function_decl);
|
||||
#endif
|
||||
if (GET_MODE (outgoing) == BLKmode)
|
||||
PUT_MODE (outgoing, DECL_RTL (DECL_RESULT (current_function_decl)));
|
||||
PUT_MODE (outgoing, DECL_MODE (DECL_RESULT (current_function_decl)));
|
||||
|
||||
if (GET_CODE (outgoing) == REG)
|
||||
mark_reg (set, outgoing);
|
||||
|
Loading…
Reference in New Issue
Block a user