mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-03 07:43:54 -06:00
tcg: Remove TEMP_NORMAL
TEMP_NORMAL is a subset of TEMP_EBB. Promote single basic block temps to single extended basic block. Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
This commit is contained in:
parent
874b857461
commit
0218e04015
2 changed files with 3 additions and 18 deletions
|
@ -431,8 +431,6 @@ typedef enum TCGTempVal {
|
|||
} TCGTempVal;
|
||||
|
||||
typedef enum TCGTempKind {
|
||||
/* Temp is dead at the end of all basic blocks. */
|
||||
TEMP_NORMAL,
|
||||
/*
|
||||
* Temp is dead at the end of the extended basic block (EBB),
|
||||
* the single-entry multiple-exit region that falls through
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue