summaryrefslogtreecommitdiff
path: root/gcc/gimple.h
diff options
context:
space:
mode:
authorjakub <jakub@138bc75d-0d04-0410-961f-82ee72b054a4>2008-11-13 14:42:39 +0000
committerjakub <jakub@138bc75d-0d04-0410-961f-82ee72b054a4>2008-11-13 14:42:39 +0000
commit384dcddb6bd8178d02aeaff2a07e67d8ecb3284b (patch)
treef2ff71ebf751f71334cf88d18182e31e8370f3bd /gcc/gimple.h
parenta1095fc40df0ff6dde0bf8e318298eed5d957f42 (diff)
downloadgcc-384dcddb6bd8178d02aeaff2a07e67d8ecb3284b.tar.gz
PR bootstrap/38100
* gimple.h (gimple_range_check_failed): Remove prototype. * gimple.c (gimple_check_failed): Don't check GCC_VERSION in guarding #if. (gimple_range_check_failed): Removed. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@141820 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/gimple.h')
-rw-r--r--gcc/gimple.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/gcc/gimple.h b/gcc/gimple.h
index a6947c33405..debba122c9c 100644
--- a/gcc/gimple.h
+++ b/gcc/gimple.h
@@ -59,9 +59,6 @@ extern const unsigned char gimple_rhs_class_table[];
extern void gimple_check_failed (const_gimple, const char *, int, \
const char *, enum gimple_code, \
enum tree_code) ATTRIBUTE_NORETURN;
-extern void gimple_range_check_failed (const_gimple, const char *, int, \
- const char *, enum gimple_code, \
- enum gimple_code) ATTRIBUTE_NORETURN;
#define GIMPLE_CHECK(GS, CODE) \
do { \