diff options
Diffstat (limited to 'src/compiler/codegen/Ralloc.h')
| -rw-r--r-- | src/compiler/codegen/Ralloc.h | 1 |
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 */ |