summaryrefslogtreecommitdiff
path: root/src/compiler/codegen/Ralloc.h
diff options
context:
space:
mode:
author buzbee <buzbee@google.com> 2011-09-09 14:44:52 -0700
committer Bill Buzbee <buzbee@google.com> 2011-09-10 15:21:01 -0700
commit5ade1d255ef1b5022321ac20493208703b34d2b1 (patch)
tree60098d280b1b5be925d431654cba4b14d5756eec /src/compiler/codegen/Ralloc.h
parent1240dade91d6c4bbf4e367ca608fcdc15348da45 (diff)
Complete compiler portion of exception handling
Will still need much testing once the runtime portions are in place. Change-Id: I90fc7c1fd89bfae89dfd19a6e422024b6b5454ec
Diffstat (limited to 'src/compiler/codegen/Ralloc.h')
-rw-r--r--src/compiler/codegen/Ralloc.h1
1 files changed, 0 insertions, 1 deletions
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 */