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] |
I have made some changes including moving the call to MACHINE_DEPENDENT_REORG to after the call that does the delay slot scheduling.
independent. I am not sure if the the instruction dependency information which might have been previously computed is VALID at the point where the MACHINE_DEPENDENT_REORG pass is called.
I need to figure out how I can compute or use dependecy information between instructions in this final list. Anyone have any suggestions?
Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
---|---|---|
Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |