diff options
author | Bernd Schmidt <bernd.schmidt@codesourcery.com> | 2010-03-19 19:45:01 +0000 |
---|---|---|
committer | Bernd Schmidt <bernds@gcc.gnu.org> | 2010-03-19 19:45:01 +0000 |
commit | fdb2c6841da6ea02699c79ae63d80ffef3b140e8 (patch) | |
tree | a7652b5260259a953937fa3f6e70c25f80a84dea /gcc/optabs.c | |
parent | 036efbf272b224f8c2aa712cf11c00198224f923 (diff) | |
download | gcc-fdb2c6841da6ea02699c79ae63d80ffef3b140e8.zip gcc-fdb2c6841da6ea02699c79ae63d80ffef3b140e8.tar.gz gcc-fdb2c6841da6ea02699c79ae63d80ffef3b140e8.tar.bz2 |
optabs.c (avoid_expensive_constant): Fix formatting.
* optabs.c (avoid_expensive_constant): Fix formatting.
From-SVN: r157584
Diffstat (limited to 'gcc/optabs.c')
-rw-r--r-- | gcc/optabs.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/optabs.c b/gcc/optabs.c index a82619e..555e256 100644 --- a/gcc/optabs.c +++ b/gcc/optabs.c @@ -1390,6 +1390,7 @@ avoid_expensive_constant (enum machine_mode mode, optab binoptab, rtx x, bool unsignedp) { bool speed = optimize_insn_for_speed_p (); + if (mode != VOIDmode && optimize && CONSTANT_P (x) |