diff options
author | zadeck <zadeck@138bc75d-0d04-0410-961f-82ee72b054a4> | 2013-03-28 14:09:46 +0000 |
---|---|---|
committer | zadeck <zadeck@138bc75d-0d04-0410-961f-82ee72b054a4> | 2013-03-28 14:09:46 +0000 |
commit | 64a8b20406de148a89771462eb135cf909a39ec4 (patch) | |
tree | 675b2a5606309bb05c11e9b31e9df39673093da4 /gcc/combine.c | |
parent | 3972eea2368bc8374ebfbe78eef938e0c413dcef (diff) | |
download | gcc-64a8b20406de148a89771462eb135cf909a39ec4.tar.gz |
2013-03-28 Kenneth Zadeck <zadeck@naturalbridge.com>
* 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
Diffstat (limited to 'gcc/combine.c')
-rw-r--r-- | gcc/combine.c | 5 |
1 files changed, 0 insertions, 5 deletions
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)) |