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]

Help writing RTL expression ?



Hello, I need to write an RTL, which must generate following instructions :

		JMP	<label_1>
<label_2>	JMP	<registr>
<label_1>	call	<label_2>

The main problems for me is <label_X> generation. Does somebody know how-to generate an ASM label in RTL ?


Regards -- Petar Penchev


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