commit | ee17db83d2dce35792e9bf03366af193e5e0e5c9 | [log] [tgz] |
---|---|---|
author | Richard Henderson <richard.henderson@linaro.org> | Sun Mar 29 10:11:56 2020 -0700 |
committer | Richard Henderson <richard.henderson@linaro.org> | Wed Jan 13 08:39:08 2021 -1000 |
tree | 75dcdc88c2b2811e1000975f67dde680cbe05036 | |
parent | 4e18617555955503628a004ed97e1fc2fa7818b9 [diff] |
tcg: Consolidate 3 bits into enum TCGTempKind The temp_fixed, temp_global, temp_local bits are all related. Combine them into a single enumeration. Reviewed-by: Alex Bennée <alex.bennee@linaro.org> Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>