aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorAndreas Jaeger <aj@suse.de>1999-11-25 12:11:43 +0100
committerAndrew Haley <aph@gcc.gnu.org>1999-11-25 11:11:43 +0000
commit58dbe05f3a8d62d7c5e9982c9caf35ec4d403595 (patch)
treee1f527f1ed0e0712228e208e1d25a5a497914417 /gcc
parent2081603cf58d0240ca85428cd352e9b5fec76ed9 (diff)
downloadgcc-58dbe05f3a8d62d7c5e9982c9caf35ec4d403595.zip
gcc-58dbe05f3a8d62d7c5e9982c9caf35ec4d403595.tar.gz
gcc-58dbe05f3a8d62d7c5e9982c9caf35ec4d403595.tar.bz2
mips.md (casesi_internal): Add missing brace.
1999-11-25 Andreas Jaeger <aj@suse.de> * config/mips/mips.md (casesi_internal): Add missing brace. From-SVN: r30663
Diffstat (limited to 'gcc')
-rw-r--r--gcc/ChangeLog4
-rw-r--r--gcc/config/mips/mips.md2
2 files changed, 5 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 29d43a1..9cbb829 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,7 @@
+1999-11-25 Andreas Jaeger <aj@suse.de>
+
+ * config/mips/mips.md (casesi_internal): Add missing brace.
+
1999-11-25 Jason Merrill <jason@casey.cygnus.com>
* dwarf2out.c (pend_type, output_pending_types_for_scope): Lose.
diff --git a/gcc/config/mips/mips.md b/gcc/config/mips/mips.md
index a1f28c6..478f34c 100644
--- a/gcc/config/mips/mips.md
+++ b/gcc/config/mips/mips.md
@@ -9269,7 +9269,7 @@ lw\\t%2,%1-%S1(%2)\;addu\\t%2,%2,$31\;j\\t%2"
[(set (pc)
(mem:DI (plus:DI (sign_extend:DI
(mult:SI (match_operand:SI 0 "register_operand" "d")
- (const_int 4))
+ (const_int 4)))
(label_ref (match_operand 1 "" "")))))
(clobber (match_operand:DI 2 "register_operand" "=d"))
(clobber (reg:DI 31))]