diff options
author | Paolo Bonzini <bonzini@gnu.org> | 2009-08-02 06:10:29 +0000 |
---|---|---|
committer | Paolo Bonzini <bonzini@gcc.gnu.org> | 2009-08-02 06:10:29 +0000 |
commit | 6e957ac87070df04868f1f6197671b6cbe2259d2 (patch) | |
tree | 4d882102439539ff87e05d92518bcadb8d37cf0b /gcc/explow.c | |
parent | 02095c5014adb3c04d3164819ebf953f85ccdb70 (diff) | |
download | gcc-6e957ac87070df04868f1f6197671b6cbe2259d2.zip gcc-6e957ac87070df04868f1f6197671b6cbe2259d2.tar.gz gcc-6e957ac87070df04868f1f6197671b6cbe2259d2.tar.bz2 |
2009-08-02 Paolo Bonzini <bonzini@gnu.org
* explow.c (promote_function_mode): Remove assert.
* config/sh/sh.c (sh_promote_function_mode): Declare.
From-SVN: r150344
Diffstat (limited to 'gcc/explow.c')
-rw-r--r-- | gcc/explow.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gcc/explow.c b/gcc/explow.c index 0a26164..32397bcb 100644 --- a/gcc/explow.c +++ b/gcc/explow.c @@ -760,7 +760,6 @@ enum machine_mode promote_function_mode (const_tree type, enum machine_mode mode, int *punsignedp, const_tree funtype, int for_return) { - gcc_assert (GET_MODE_CLASS (mode) != MODE_COMPLEX_INT); switch (TREE_CODE (type)) { case INTEGER_TYPE: case ENUMERAL_TYPE: case BOOLEAN_TYPE: |