commit | 152c35aab43213335e1ae8b865d259c0222dd110 | [log] [tgz] |
---|---|---|
author | Richard Henderson <richard.henderson@linaro.org> | Tue Nov 27 13:32:33 2018 -0800 |
committer | Richard Henderson <richard.henderson@linaro.org> | Wed Dec 26 06:57:57 2018 +1100 |
tree | 3747c42b4930e34d2f7be211ffcaa81b53938676 | |
parent | 1894f69a612b35c2a39b44a824da04d74bfe324a [diff] |
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>