Re: [patch][cprop.c] Make assignments pairs instead of (set (dest) (src))

2011-04-04 Thread Jeff Law
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 04/04/11 11:57, Steven Bosscher wrote: > 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 teste

[patch][cprop.c] Make assignments pairs instead of (set (dest) (src))

2011-04-04 Thread Steven Bosscher
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 * cprop.c (struct expr): Split 'expr' field in