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

Unified Diff: gcc/gcc/genattr.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/gdbinit.in ('k') | gcc/gcc/genemit.c » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gcc/gcc/genattr.c
diff --git a/gcc/gcc/genattr.c b/gcc/gcc/genattr.c
index ac3426a2ae9a1a7506c5669fcde113460c7ff2a9..18bba53034d6d20bfebdc2fc5266e38c7a600ca8 100644
--- a/gcc/gcc/genattr.c
+++ b/gcc/gcc/genattr.c
@@ -256,7 +256,7 @@ main (int argc, char **argv)
printf (" define_insn_reservation will be changed after\n");
printf (" last call of dfa_start. */\n");
printf ("extern void dfa_clean_insn_cache (void);\n\n");
- printf ("extern void dfa_clear_single_insn_cache (rtx);\n\n");
+ printf ("extern void dfa_clear_single_insn_cache (rtx);\n\n");
printf ("/* Initiate and finish work with DFA. They should be\n");
printf (" called as the first and the last interface\n");
printf (" functions. */\n");
« no previous file with comments | « gcc/gcc/gdbinit.in ('k') | gcc/gcc/genemit.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698