summaryrefslogtreecommitdiff
path: root/contrib/gcc/rtl.h
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>2002-12-04 15:42:16 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>2002-12-04 15:42:16 +0000
commit45fc31f8dde65cd5b7930b1047a99745f440e9f3 (patch)
tree78b77287e56e2a87be73638176124be85a8fc6c7 /contrib/gcc/rtl.h
parent90cbf5083e47af838ba7e17a308c7e6ac72444dc (diff)
Notes
Diffstat (limited to 'contrib/gcc/rtl.h')
-rw-r--r--contrib/gcc/rtl.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/contrib/gcc/rtl.h b/contrib/gcc/rtl.h
index 63b9f5812a44..388d38102844 100644
--- a/contrib/gcc/rtl.h
+++ b/contrib/gcc/rtl.h
@@ -1804,6 +1804,7 @@ extern rtx pc_set PARAMS ((rtx));
extern rtx condjump_label PARAMS ((rtx));
extern int simplejump_p PARAMS ((rtx));
extern int returnjump_p PARAMS ((rtx));
+extern int tablejump_p PARAMS ((rtx));
extern int onlyjump_p PARAMS ((rtx));
extern int only_sets_cc0_p PARAMS ((rtx));
extern int sets_cc0_p PARAMS ((rtx));