From 64a8b20406de148a89771462eb135cf909a39ec4 Mon Sep 17 00:00:00 2001 From: zadeck Date: Thu, 28 Mar 2013 14:09:46 +0000 Subject: 2013-03-28 Kenneth Zadeck * combine.c (try_combine): Removed useless assert. * cselib.c (rtx_equal_for_cselib_1): Removed unnecessary parens. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@197198 138bc75d-0d04-0410-961f-82ee72b054a4 --- gcc/combine.c | 5 ----- 1 file changed, 5 deletions(-) (limited to 'gcc/combine.c') diff --git a/gcc/combine.c b/gcc/combine.c index acb4cb4c108..feb6267b490 100644 --- a/gcc/combine.c +++ b/gcc/combine.c @@ -2635,11 +2635,6 @@ try_combine (rtx i3, rtx i2, rtx i1, rtx i0, int *new_direct_jump_p, int offset = -1; int width = 0; - /* There are not explicit tests to make sure that this is not a - float, but there is code here that would not be correct if it - was. */ - gcc_assert (GET_MODE_CLASS (GET_MODE (SET_SRC (temp))) != MODE_FLOAT); - if (GET_CODE (dest) == ZERO_EXTRACT) { if (CONST_INT_P (XEXP (dest, 1)) -- cgit v1.2.1