* config/mn10300/mn10300.h (CONDITIONAL_REGISTER_USAGE): Declare
variable I locally, instead of expecting a declaration in the
calling context.
From-SVN: r44617
+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
#define CONDITIONAL_REGISTER_USAGE \
{ \
+ unsigned int i; \
+ \
if (!TARGET_AM33) \
{ \
for (i = FIRST_EXTENDED_REGNUM; \