Re: [Qemu-devel] [PATCH for-2.5 02/10] tcg/optimize: add temp_is_const and temp_is_copy functions

2015-07-29 Thread Aurelien Jarno
On 2015-07-29 17:01, Alex Bennée wrote: > > Aurelien Jarno writes: > > > Add two accessor functions temp_is_const and temp_is_copy, to make the > > code more readable and make code change easier. > > > > Cc: Richard Henderson > > Signed-off-by: Aurelien Jarno > > --- > > tcg/optimize.c | 131

Re: [Qemu-devel] [PATCH for-2.5 02/10] tcg/optimize: add temp_is_const and temp_is_copy functions

2015-07-29 Thread Alex Bennée
Aurelien Jarno writes: > Add two accessor functions temp_is_const and temp_is_copy, to make the > code more readable and make code change easier. > > Cc: Richard Henderson > Signed-off-by: Aurelien Jarno > --- > tcg/optimize.c | 131 > ++---

[Qemu-devel] [PATCH for-2.5 02/10] tcg/optimize: add temp_is_const and temp_is_copy functions

2015-07-24 Thread Aurelien Jarno
Add two accessor functions temp_is_const and temp_is_copy, to make the code more readable and make code change easier. Cc: Richard Henderson Signed-off-by: Aurelien Jarno --- tcg/optimize.c | 131 ++--- 1 file changed, 60 insertions(+), 71 del