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

Re: move patterns, emit_move_insn


The problem is solved. Thank you every one.
Georg-Johann, you were right.
GO_IF_LEGITIMATE_ADDRESS is the macro which answered all my questions
about addressing modes.
this macro was dummy defined. At this step of the implementation, it
needed to be well defined.

Thank you Meena, I inserted the piece of implementation you gave me. It works.

Best regards.

Florent


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