summaryrefslogtreecommitdiff
path: root/gcc/rtl.h
diff options
context:
space:
mode:
authorYamaArashi <shadow962@live.com>2016-04-26 20:29:38 -0700
committerYamaArashi <shadow962@live.com>2016-04-26 20:29:38 -0700
commitec139d66e9945595e66a7f64be71f95647917b60 (patch)
tree29c90fe37e97e428763e0ecaba4f8f9535d84acf /gcc/rtl.h
parentcb63bcc6810ee28bc780b4f82a740368b4087d89 (diff)
fix warnings
Diffstat (limited to 'gcc/rtl.h')
-rwxr-xr-xgcc/rtl.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/gcc/rtl.h b/gcc/rtl.h
index 7d8b145..fcd38a0 100755
--- a/gcc/rtl.h
+++ b/gcc/rtl.h
@@ -1395,9 +1395,11 @@ extern rtx expand_mult_highpart (enum machine_mode, rtx,
/* In gcse.c */
#ifdef BUFSIZ
/* CYGNUS LOCAL gcse/law */
-extern int gcse_main (rtx, FILE *);
+extern int gcse_main(rtx, FILE *);
/* END CYGNUS LOCAL */
#endif
+extern void delete_null_pointer_checks(rtx);
+extern void merge_blocks(rtx);
/* In global.c */
extern void mark_elimination (int, int);