From: Kazu Hirata Date: Sat, 10 Jan 2004 19:12:54 +0000 (+0000) Subject: m32r.md (flush_icache): Use 1 for unspec_volatile. X-Git-Tag: releases/gcc-3.4.0~1137 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=0574200c816618415e22553a07a7fda786f70504;p=thirdparty%2Fgcc.git m32r.md (flush_icache): Use 1 for unspec_volatile. * config/m32r/m32r.md (flush_icache): Use 1 for unspec_volatile. From-SVN: r75647 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index d792845f5a4f..c6c92b87bf08 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2004-01-10 Kazu Hirata + + * config/m32r/m32r.md (flush_icache): Use 1 for + unspec_volatile. + 2004-01-10 David Edelsohn James E Wilson diff --git a/gcc/config/m32r/m32r.md b/gcc/config/m32r/m32r.md index 4949b2976aa1..7d235f916d60 100644 --- a/gcc/config/m32r/m32r.md +++ b/gcc/config/m32r/m32r.md @@ -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))] ""