Commit 0574200c by Kazu Hirata Committed by Kazu Hirata

m32r.md (flush_icache): Use 1 for unspec_volatile.

	* config/m32r/m32r.md (flush_icache): Use 1 for
	unspec_volatile.

From-SVN: r75647
parent 2560344b
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> 2004-01-10 David Edelsohn <edelsohn@gnu.org>
James E Wilson <wilson@specifixinc.com> James E Wilson <wilson@specifixinc.com>
......
...@@ -2501,7 +2501,7 @@ ...@@ -2501,7 +2501,7 @@
;; Special pattern to flush the icache. ;; Special pattern to flush the icache.
(define_insn "flush_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 "" "") (match_operand 1 "" "")
(clobber (reg:SI 17))] (clobber (reg:SI 17))]
"" ""
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment