mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-04-12 07:20:27 +08:00
m32r.md (flush_icache): Use 1 for unspec_volatile.
* config/m32r/m32r.md (flush_icache): Use 1 for unspec_volatile. From-SVN: r75647
This commit is contained in:
parent
2560344b31
commit
0574200c81
@ -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>
|
||||
|
||||
|
@ -2501,7 +2501,7 @@
|
||||
;; 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))]
|
||||
""
|
||||
|
Loading…
x
Reference in New Issue
Block a user