mn10300.h (CONDITIONAL_REGISTER_USAGE): Declare variable I locally...

* config/mn10300/mn10300.h (CONDITIONAL_REGISTER_USAGE): Declare
variable I locally, instead of expecting a declaration in the
calling context.

From-SVN: r44617
This commit is contained in:
Alexandre Oliva 2001-08-03 23:53:56 +00:00 committed by Alexandre Oliva
parent 949f197fa6
commit 7335a34984
2 changed files with 8 additions and 0 deletions

View File

@ -1,3 +1,9 @@
2001-08-03 Alexandre Oliva <aoliva@redhat.com>
* config/mn10300/mn10300.h (CONDITIONAL_REGISTER_USAGE): Declare
variable I locally, instead of expecting a declaration in the
calling context.
2001-08-03 Richard Henderson <rth@redhat.com>
* except.c (collect_one_action_chain): Add an explicit cleanup

View File

@ -189,6 +189,8 @@ extern int target_flags;
#define CONDITIONAL_REGISTER_USAGE \
{ \
unsigned int i; \
\
if (!TARGET_AM33) \
{ \
for (i = FIRST_EXTENDED_REGNUM; \