]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
re PR target/17565 ([3.3 only] asms in delay slots)
authorRichard Sandiford <rsandifo@redhat.com>
Sat, 8 Jan 2005 14:11:12 +0000 (14:11 +0000)
committerRichard Sandiford <rsandifo@gcc.gnu.org>
Sat, 8 Jan 2005 14:11:12 +0000 (14:11 +0000)
PR target/17565
* config/mips/mips.md (define_asm_attributes): Set can_delay to no.

From-SVN: r93083

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

index b3de3f369c4f3e98f6d77ee9c976af8a2c1f1656..e7f3703c44600877f30823f7668137da388be5d2 100644 (file)
@@ -1,3 +1,8 @@
+2005-01-08  Richard Sandiford  <rsandifo@redhat.com>
+
+       PR target/17565
+       * config/mips/mips.md (define_asm_attributes): Set can_delay to no.
+
 2004-12-27 John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
 
        * vax.c (vax_address_cost, vax_rtx_cost): Correct casts.
index a20e44479e3bd62c3d96d22e243f02abbf181ba4..10087f7fb1e83618767e645d6a236f7a77bc4b7c 100644 (file)
@@ -1,6 +1,6 @@
 ;;  Mips.md         Machine Description for MIPS based processors
 ;;  Copyright (C) 1989, 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1997, 1998,
-;;  1999, 2000, 2001, 2002 Free Software Foundation, Inc.
+;;  1999, 2000, 2001, 2002, 2005 Free Software Foundation, Inc.
 ;;  Contributed by   A. Lichnewsky, lich@inria.inria.fr
 ;;  Changes by       Michael Meissner, meissner@osf.org
 ;;  64 bit r4000 support by Ian Lance Taylor, ian@cygnus.com, and
 
 ;; Describe a user's asm statement.
 (define_asm_attributes
-  [(set_attr "type" "multi")])
+  [(set_attr "type" "multi")
+   (set_attr "can_delay" "no")])
 
 ;; whether or not generating calls to position independent functions
 (define_attr "abicalls" "no,yes"