summaryrefslogtreecommitdiff
path: root/gcc/config/dsp16xx/dsp16xx.md
diff options
context:
space:
mode:
authorkenner <kenner@138bc75d-0d04-0410-961f-82ee72b054a4>1995-01-25 19:49:08 +0000
committerkenner <kenner@138bc75d-0d04-0410-961f-82ee72b054a4>1995-01-25 19:49:08 +0000
commita99897a887445b9bd11e0bf8ea292ff99ecf070e (patch)
treeb2cbbe9dc83eb501f7aff596a66788e3a07e916b /gcc/config/dsp16xx/dsp16xx.md
parent987be04b017363b516e916b57ae2419af1de7b43 (diff)
downloadgcc-a99897a887445b9bd11e0bf8ea292ff99ecf070e.tar.gz
Update comment.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@8813 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config/dsp16xx/dsp16xx.md')
-rw-r--r--gcc/config/dsp16xx/dsp16xx.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/gcc/config/dsp16xx/dsp16xx.md b/gcc/config/dsp16xx/dsp16xx.md
index a2b36ea36f2..276a12e8b3e 100644
--- a/gcc/config/dsp16xx/dsp16xx.md
+++ b/gcc/config/dsp16xx/dsp16xx.md
@@ -1,5 +1,5 @@
;;- Machine description for the AT&T DSP1600 for GNU C compiler
-;; Copyright (C) 1994 Free Software Foundation, Inc.
+;; Copyright (C) 1994, 1995 Free Software Foundation, Inc.
;; Contributed by Michael Collison (collison@world.std.com).
;; This file is part of GNU CC.
@@ -184,7 +184,7 @@
output_asm_insn (\"a0=%u0\;a0l=%w0\", operands);
}
else
- fatal (\"Illegal register for compare\");
+ fatal (\"Invalid register for compare\");
}
else if (GET_CODE(operands[0]) == CONST_INT)
{
@@ -211,7 +211,7 @@
output_asm_insn (\"a1=%u1\;a1l=%w1\", operands);
}
else
- fatal (\"Illegal register for compare\");
+ fatal (\"Invalid register for compare\");
}
else if (GET_CODE (operands[1]) == MEM)
{