On 10/09/2012 08:25 AM, Aurelien Jarno wrote: >> > @@ -639,6 +639,7 @@ static TCGArg *tcg_constant_folding(TCGContext *s, >> > uint16_t *tcg_opc_ptr, >> > gen_args += 2; >> > args += 2; >> > break; >> > + > Why this new line? >
After the patch, all of the CASE blocks have a separator line. It looked weird to have that be true of all but one case block within that switch. r~
