summaryrefslogtreecommitdiff
path: root/gcc/config/mn10300/mn10300.md
diff options
context:
space:
mode:
authorlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>1998-07-27 13:53:27 +0000
committerlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>1998-07-27 13:53:27 +0000
commit4b1b77f144735af938fef9feee407e16bcaf2692 (patch)
treec54730237445d6370ca99c54a479a513d96693c2 /gcc/config/mn10300/mn10300.md
parentfcb4ca3037a03f09bd6c376a1d5e008d815e8c2d (diff)
downloadgcc-4b1b77f144735af938fef9feee407e16bcaf2692.tar.gz
`
* mn10300.h (DEBUGGER_AUTO_OFFSET): Define. (DEBUGGER_ARG_OFFSET): Likewise. * mn10300.md (movsf): Remove last change. Not needed. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@21415 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config/mn10300/mn10300.md')
-rw-r--r--gcc/config/mn10300/mn10300.md8
1 files changed, 0 insertions, 8 deletions
diff --git a/gcc/config/mn10300/mn10300.md b/gcc/config/mn10300/mn10300.md
index e10df8aff22..a0d06522077 100644
--- a/gcc/config/mn10300/mn10300.md
+++ b/gcc/config/mn10300/mn10300.md
@@ -318,14 +318,6 @@
/* FALLTHROUGH */
case 4:
case 5:
- if (GET_CODE (operands[1]) == CONST_DOUBLE)
- {
- rtx xoperands[2];
- xoperands[0] = operands[0];
- xoperands[1] = GEN_INT (CONST_DOUBLE_LOW (operands[1]));
- output_asm_insn (\"mov %1,%0\", xoperands);
- return \"\";
- }
return \"mov %1,%0\";
}
}"