tcg/e2k: remove unused constant pool

This commit is contained in:
Denis Drakhnia 2024-03-23 17:53:45 +02:00
parent f6dc2e8270
commit 8f15399214
2 changed files with 0 additions and 2 deletions

View File

@ -6,7 +6,6 @@
*/
#include "../tcg-ldst.c.inc"
#include "../tcg-pool.c.inc"
#define E2K_LATENCY_PREP 5
#define E2K_LATENCY_PREP_RETURN 6

View File

@ -142,6 +142,5 @@ typedef enum {
#define TCG_TARGET_DEFAULT_MO 0
#define TCG_TARGET_NEED_LDST_LABELS
#define TCG_TARGET_NEED_POOL_LABELS
#endif /* E2K_TCG_TARGET_H */