Home
last modified time | relevance | path

Searched hist:"152 c35aab43213335e1ae8b865d259c0222dd110" (Results 1 – 1 of 1) sorted by relevance

/qemu/tcg/
H A Dtcg.c152c35aab43213335e1ae8b865d259c0222dd110 Tue Nov 27 21:32:33 UTC 2018 Richard Henderson <richard.henderson@linaro.org> tcg: Reindent parts of liveness_pass_1

There are two blocks of the form

if (foo) {
stuff1;
goto bar;
} else {
baz:
stuff2;
}

which have unnecessary and confusing indentation.
Remove the else and unindent stuff2.

Reviewed-by: Emilio G. Cota <cota@braap.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>