diff options
author | m.hayes <m.hayes@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-01-26 00:28:33 +0000 |
---|---|---|
committer | m.hayes <m.hayes@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-01-26 00:28:33 +0000 |
commit | cfc97600be82fb509db21e7e79de599eb5be7e9b (patch) | |
tree | 9422d5c2b50a3adac7af468fb48180569df8f8e6 /gcc/config/c4x | |
parent | 436facd5a565f3dd41c4ef86a45c53bf0be2c600 (diff) | |
download | gcc-cfc97600be82fb509db21e7e79de599eb5be7e9b.tar.gz |
Fix last commit.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@76608 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config/c4x')
-rw-r--r-- | gcc/config/c4x/c4x.c | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/gcc/config/c4x/c4x.c b/gcc/config/c4x/c4x.c index 4537711da5a..31c1e83aa84 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) { |