From 5ade1d255ef1b5022321ac20493208703b34d2b1 Mon Sep 17 00:00:00 2001 From: buzbee Date: Fri, 9 Sep 2011 14:44:52 -0700 Subject: Complete compiler portion of exception handling Will still need much testing once the runtime portions are in place. Change-Id: I90fc7c1fd89bfae89dfd19a6e422024b6b5454ec --- src/compiler/codegen/Ralloc.h | 1 - 1 file changed, 1 deletion(-) (limited to 'src/compiler/codegen/Ralloc.h') diff --git a/src/compiler/codegen/Ralloc.h b/src/compiler/codegen/Ralloc.h index 67ed6ee9a5..82ce23eb82 100644 --- a/src/compiler/codegen/Ralloc.h +++ b/src/compiler/codegen/Ralloc.h @@ -165,7 +165,6 @@ extern void oatResetDefTracking(CompilationUnit* cUnit); extern void oatKillNullCheckedLoc(CompilationUnit* cUnit, RegLocation loc); -//FIXME - this needs to also check the preserved pool. extern RegisterInfo *oatIsLive(CompilationUnit* cUnit, int reg); /* To be used when explicitly managing register use */ -- cgit v1.2.3-59-g8ed1b