diff options
| author | David E. O'Brien <obrien@FreeBSD.org> | 2002-12-04 15:42:16 +0000 | 
|---|---|---|
| committer | David E. O'Brien <obrien@FreeBSD.org> | 2002-12-04 15:42:16 +0000 | 
| commit | 45fc31f8dde65cd5b7930b1047a99745f440e9f3 (patch) | |
| tree | 78b77287e56e2a87be73638176124be85a8fc6c7 /contrib/gcc/rtl.h | |
| parent | 90cbf5083e47af838ba7e17a308c7e6ac72444dc (diff) | |
Notes
Diffstat (limited to 'contrib/gcc/rtl.h')
| -rw-r--r-- | contrib/gcc/rtl.h | 1 | 
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));  | 
