aboutsummaryrefslogtreecommitdiff
path: root/gcc/gcse.h
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/gcse.h')
-rw-r--r--gcc/gcse.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/gcc/gcse.h b/gcc/gcse.h
index 1b8c1c6..8e6820f 100644
--- a/gcc/gcse.h
+++ b/gcc/gcse.h
@@ -39,4 +39,6 @@ extern struct target_gcse *this_target_gcse;
#define this_target_gcse (&default_target_gcse)
#endif
+void gcse_c_finalize (void);
+
#endif