summaryrefslogtreecommitdiff
path: root/gcc/gimplify.c
diff options
context:
space:
mode:
authorsteven <steven@138bc75d-0d04-0410-961f-82ee72b054a4>2012-04-18 18:36:32 +0000
committersteven <steven@138bc75d-0d04-0410-961f-82ee72b054a4>2012-04-18 18:36:32 +0000
commitc8302eaddf5ccef04d1013882ac4acb8271fc213 (patch)
tree193253062824b1a2daf1d8f5e4aa6abfc9c4b3eb /gcc/gimplify.c
parentbfb10994604626644c8ba69de44b6028ede8e824 (diff)
downloadgcc-c8302eaddf5ccef04d1013882ac4acb8271fc213.tar.gz
fix accidentally checked-in assert.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@186580 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/gimplify.c')
-rw-r--r--gcc/gimplify.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/gcc/gimplify.c b/gcc/gimplify.c
index 9e7b8461cc8..cef61180c38 100644
--- a/gcc/gimplify.c
+++ b/gcc/gimplify.c
@@ -1578,7 +1578,6 @@ gimplify_switch_expr (tree *expr_p, gimple_seq *pre_p)
tree index_type = TREE_TYPE (switch_expr);
if (index_type == NULL_TREE)
index_type = TREE_TYPE (SWITCH_COND (switch_expr));
- gcc_assert (INTEGRAL_TYPE_P (index_type));
ret = gimplify_expr (&SWITCH_COND (switch_expr), pre_p, NULL, is_gimple_val,
fb_rvalue);