From: Michael Hayes Date: Mon, 26 Jan 2004 00:28:33 +0000 (+0000) Subject: Fix last commit. X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=b6ab76d653319cd1136a4a619d714d45c9ce12f0;p=platform%2Fupstream%2Fgcc.git Fix last commit. From-SVN: r76608 --- diff --git a/gcc/config/c4x/c4x.c b/gcc/config/c4x/c4x.c index 4537711..31c1e83 100644 --- a/gcc/config/c4x/c4x.c +++ b/gcc/config/c4x/c4x.c @@ -3896,21 +3896,6 @@ int valid_operands (enum rtx_code code, rtx *operands, enum machine_mode mode) } -int valid_operands (enum rtx_code code, rtx *operands, enum machine_mode mode) -{ - - /* If we are not optimizing then we have to let anything go and let - reload fix things up. instantiate_decl in function.c can produce - invalid insns by changing the offset of a memory operand from a - valid one into an invalid one, when the second operand is also a - memory operand. The alternative is not to allow two memory - operands for an insn when not optimizing. The problem only rarely - occurs, for example with the C-torture program DFcmp.c. */ - - return ! optimize || c4x_valid_operands (code, operands, mode, 0); -} - - int legitimize_operands (enum rtx_code code, rtx *operands, enum machine_mode mode) {