1999-11-25 Andreas Jaeger <aj@suse.de>
authoraph <aph@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 25 Nov 1999 11:11:43 +0000 (11:11 +0000)
committeraph <aph@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 25 Nov 1999 11:11:43 +0000 (11:11 +0000)
* config/mips/mips.md (casesi_internal): Add missing brace.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@30663 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/config/mips/mips.md

index 29d43a1..9cbb829 100644 (file)
@@ -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.
index a1f28c6..478f34c 100644 (file)
@@ -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))]