On 09/20/2012 03:06 PM, Aurelien Jarno wrote: >> > + if (TCG_TARGET_HAS_movcond_i64) { >> > + tcg_gen_op6i_i64(INDEX_op_movcond_i64, ret, c1, c2, v1, v2, cond); >> > + return; > Minor nitpick: there is useless return here, and it's not present for > movcond_i32. >
Ah, right. I started to add a case for implementing movcond_i64 with movcond_i32, but didn't finish. r~