diff options
author | Fariborz Jahanian <fjahanian@apple.com> | 2005-07-06 21:08:02 +0000 |
---|---|---|
committer | Fariborz Jahanian <fjahanian@gcc.gnu.org> | 2005-07-06 21:08:02 +0000 |
commit | 1d8eeb6305f34833ff3ca867ace263ac5a46645a (patch) | |
tree | 72f0defa1895cf089d7787f10f4d92c5a40899b9 /gcc/expr.c | |
parent | c42adccb1a99b85613384a3847264c3cc51a12d7 (diff) | |
download | gcc-1d8eeb6305f34833ff3ca867ace263ac5a46645a.zip gcc-1d8eeb6305f34833ff3ca867ace263ac5a46645a.tar.gz gcc-1d8eeb6305f34833ff3ca867ace263ac5a46645a.tar.bz2 |
Removal of -fforce-mem.
OKed by Richard Henderson.
From-SVN: r101666
Diffstat (limited to 'gcc/expr.c')
-rw-r--r-- | gcc/expr.c | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -642,9 +642,6 @@ convert_move (rtx to, rtx from, int unsignedp) if ((code = can_extend_p (to_mode, from_mode, unsignedp)) != CODE_FOR_nothing) { - if (flag_force_mem) - from = force_not_mem (from); - emit_unop_insn (code, to, from, equiv_code); return; } |