]> git.proxmox.com Git - mirror_qemu.git/blobdiff - include/tcg/tcg.h
tcg: Fix indirect lowering vs TCG_OPF_COND_BRANCH
[mirror_qemu.git] / include / tcg / tcg.h
index 73869fd9d04f3a5c16c8c3e9dbf2eea2e081596b..27de13fae0384778770ce225518d63d5011bd4f9 100644 (file)
@@ -433,6 +433,8 @@ typedef enum TCGTempVal {
 typedef enum TCGTempKind {
     /* Temp is dead at the end of all basic blocks. */
     TEMP_NORMAL,
+    /* Temp is live across conditional branch, but dead otherwise. */
+    TEMP_EBB,
     /* Temp is saved across basic blocks but dead at the end of TBs. */
     TEMP_LOCAL,
     /* Temp is saved across both basic blocks and translation blocks. */