Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(266)

Unified Diff: gcc/gcc/genmodes.c

Issue 3050029: [gcc] GCC 4.5.0=>4.5.1 (Closed) Base URL: ssh://git@gitrw.chromium.org:9222/nacl-toolchain.git
Patch Set: Created 10 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « gcc/gcc/gengtype-parse.c ('k') | gcc/gcc/genpreds.c » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gcc/gcc/genmodes.c
diff --git a/gcc/gcc/genmodes.c b/gcc/gcc/genmodes.c
index 3851aff11e442c25393ed16dada5af088675ae7f..2aa559f3d259355f07c5c235bf44783176d3bf58 100644
--- a/gcc/gcc/genmodes.c
+++ b/gcc/gcc/genmodes.c
@@ -179,7 +179,7 @@ new_mode (enum mode_class cl, const char *name,
n_modes[cl]++;
*htab_find_slot (modes_by_name, m, INSERT) = m;
-
+
return m;
}
@@ -230,7 +230,7 @@ new_adjust (const char *name,
mode_class_names[required_class_to] + 5);
return;
}
-
+
for (a = *category; a; a = a->next)
if (a->mode == mode)
{
@@ -1147,7 +1147,7 @@ emit_class_narrowest_mode (void)
? modes[c]->next->name
: void_mode->name))
: void_mode->name);
-
+
print_closer ();
}
@@ -1295,7 +1295,7 @@ emit_mode_adjustments (void)
a->file, a->line, a->adjustment);
printf (" mode_fbit[%smode] = s;\n", a->mode->name);
}
-
+
/* Real mode formats don't have to propagate anywhere. */
for (a = adj_format; a; a = a->next)
printf ("\n /* %s:%d */\n REAL_MODE_FORMAT (%smode) = %s;\n",
@@ -1397,7 +1397,7 @@ main (int argc, char **argv)
if (have_error)
return FATAL_EXIT_CODE;
-
+
calc_wider_mode ();
if (gen_header)
« no previous file with comments | « gcc/gcc/gengtype-parse.c ('k') | gcc/gcc/genpreds.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698