This is the mail archive of the gcc@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]

Peephole2 Null Patterns


Dear All,

In GCC Internals,

the template for peephole2 is defined as :

(define_peephole2
	[insn-pattern-1
	 insn-pattern-2
	 ...]
	"condition"
	[new-insn-pattern-1
	 new-insn-pattern-2
	 ...]
	"preparation-statements")

In the new-insn-pattern, I wish to specify
null RTXs. That is I wish to remove some
useless RTXs generated.

Can anyone guide me on howto specify that.

Thanks and Regards,

Shiv


__________________________________________________
Do you Yahoo!?
Yahoo! Platinum - Watch CBS' NCAA March Madness, live on your desktop!
http://platinum.yahoo.com


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]