From 23d8ff0a7c886c0cefb02ee9066601a8b0499530 Mon Sep 17 00:00:00 2001 From: Luc Van Oostenryck Date: Wed, 15 Feb 2017 23:13:55 +0100 Subject: [PATCH] cleanup: there is no 'struct phi' to allocate This wasn't removed when the 'struct phi' was replaced (commit 6e4960a3: "Remove "struct phi", replace with instruction that generates a pseudo.") Signed-off-by: Luc Van Oostenryck Signed-off-by: Christopher Li --- allocate.h | 1 - 1 file changed, 1 deletion(-) diff --git a/allocate.h b/allocate.h index 9f1dc8cc..9e51ed7d 100644 --- a/allocate.h +++ b/allocate.h @@ -75,7 +75,6 @@ DECLARE_ALLOCATOR(basic_block); DECLARE_ALLOCATOR(entrypoint); DECLARE_ALLOCATOR(instruction); DECLARE_ALLOCATOR(multijmp); -DECLARE_ALLOCATOR(phi); DECLARE_ALLOCATOR(pseudo); #endif -- 2.11.4.GIT