aboutsummaryrefslogtreecommitdiff
path: root/gcc/genattr.c
diff options
context:
space:
mode:
authorVladimir Makarov <vmakarov@redhat.com>2003-01-09 23:15:34 +0000
committerVladimir Makarov <vmakarov@gcc.gnu.org>2003-01-09 23:15:34 +0000
commit30028c85159c12c4e8920af0a9111372e56f1636 (patch)
tree4c2dc43818bfc1ad93057e3973541f95b57fd3cc /gcc/genattr.c
parent6ff2fe39337fb23db6ae2011efd6473a88a58132 (diff)
downloadgcc-30028c85159c12c4e8920af0a9111372e56f1636.zip
gcc-30028c85159c12c4e8920af0a9111372e56f1636.tar.gz
gcc-30028c85159c12c4e8920af0a9111372e56f1636.tar.bz2
2003-01-09 Vladimir Makarov <vmakarov@redhat.com>
Merging changes from itanium-sched-branch: From-SVN: r61132
Diffstat (limited to 'gcc/genattr.c')
-rw-r--r--gcc/genattr.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/gcc/genattr.c b/gcc/genattr.c
index 02c5c34..1e910ed 100644
--- a/gcc/genattr.c
+++ b/gcc/genattr.c
@@ -441,6 +441,11 @@ main (argc, argv)
printf (" unit with given code is currently reserved in given\n");
printf (" DFA state. */\n");
printf ("extern int cpu_unit_reservation_p PARAMS ((state_t, int));\n");
+ printf ("/* Clean insn code cache. It should be called if there\n");
+ printf (" is a chance that condition value in a\n");
+ printf (" define_insn_reservation will be changed after\n");
+ printf (" last call of dfa_start. */\n");
+ printf ("extern void dfa_clean_insn_cache PARAMS ((void));\n\n");
printf ("#endif\n\n");
printf ("/* Initiate and finish work with DFA. They should be\n");
printf (" called as the first and the last interface\n");