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][cprop.c] Make assignments <dest,src> pairs instead of (set (dest) (src))


Hi,

This is mostly a small memory and pointer-chasing cleanup. We always
know exactly what form an assignment takes so there is no need to
record assignments as SET-rtxen.

Bootstrapped and tested on x86_64-unknown-linux-gnu. OK?

Ciao!
Steven

Attachment: cprop_cleanup_5.diff.txt
Description: Text document


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