This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.
Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
---|---|---|
Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |
Other format: | [Raw text] |
On Sun, Apr 17, 2005 at 08:45:54PM -0700, Geoffrey Keating wrote:Is this really supposed to be generating
(set (mem:BLK (mem:BLK (scratch))) ...)
Um... no?
(define_insn "memory_barrier" [(set (mem:BLK (match_scratch 0 "X")) (unspec:BLK [(mem:BLK (match_scratch 1 "X"))] UNSPEC_SYNC))] "TARGET_POWERPC" "sync")
Attachment:
smime.p7s
Description: S/MIME cryptographic signature
Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
---|---|---|
Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |