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]

[PATCH]: Use correct register set for call-killed regs





The following patch fixes a couple places in loop.c where
regs_invalidated_by_call should be used instead of call_used_regs, since
the latter is not a true representation of registers killed by a call.

Bootstrapped and regtested on powerpc64-unknown-linux-gnu with no failures.
OK for mainline?

-Pat

(See attached file: patch.loop-regs_invalidated_by_call)

Attachment: patch.loop-regs_invalidated_by_call
Description: Binary data


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