From 3ca7d9849b1941ecc0e65d34795719c3c29c39af Mon Sep 17 00:00:00 2001 From: Quentin Carbonneaux Date: Tue, 31 Mar 2015 17:59:13 -0400 Subject: [PATCH] update TODO with fix commit --- TODO | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/TODO b/TODO index 0c9cece..f8af8cc 100644 --- a/TODO +++ b/TODO @@ -27,4 +27,5 @@ Problems - x = y op z if x is spilled, y can be moved to a spill location to free one register for x, this is kind of stupid. -- Phi defined variables with spill location do not work. +- [tentative fix: 4fc98da] + Phi defined variables with spill location do not work.