diff options
author | Richard Henderson <richard.henderson@linaro.org> | 2018-11-27 13:32:33 -0800 |
---|---|---|
committer | Richard Henderson <richard.henderson@linaro.org> | 2018-12-26 06:57:57 +1100 |
commit | 152c35aab43213335e1ae8b865d259c0222dd110 (patch) | |
tree | 3747c42b4930e34d2f7be211ffcaa81b53938676 /linux-user/openrisc | |
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>
Diffstat (limited to 'linux-user/openrisc')
0 files changed, 0 insertions, 0 deletions