]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
m32r.md (flush_icache): Use 1 for unspec_volatile.
authorKazu Hirata <kazu@cs.umass.edu>
Sat, 10 Jan 2004 19:12:54 +0000 (19:12 +0000)
committerKazu Hirata <kazu@gcc.gnu.org>
Sat, 10 Jan 2004 19:12:54 +0000 (19:12 +0000)
* config/m32r/m32r.md (flush_icache): Use 1 for
unspec_volatile.

From-SVN: r75647

gcc/ChangeLog
gcc/config/m32r/m32r.md

index d792845f5a4ff23d37dcd87835788586665373c2..c6c92b87bf08060489af7aa360f33df778de5f12 100644 (file)
@@ -1,3 +1,8 @@
+2004-01-10  Kazu Hirata  <kazu@cs.umass.edu>
+
+       * config/m32r/m32r.md (flush_icache): Use 1 for
+       unspec_volatile.
+
 2004-01-10  David Edelsohn  <edelsohn@gnu.org>
            James E Wilson  <wilson@specifixinc.com>
 
index 4949b2976aa16755c9fcd1e2b67161a38e24eb59..7d235f916d60c3c2f562acd707c6df55746819c4 100644 (file)
 ;; Special pattern to flush the icache.
 
 (define_insn "flush_icache"
-  [(unspec_volatile [(match_operand 0 "memory_operand" "m")] 0)
+  [(unspec_volatile [(match_operand 0 "memory_operand" "m")] 1)
    (match_operand 1 "" "")
    (clobber (reg:SI 17))]
   ""