diff options
Diffstat (limited to 'src/compiler/codegen/Ralloc.h')
| -rw-r--r-- | src/compiler/codegen/Ralloc.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/src/compiler/codegen/Ralloc.h b/src/compiler/codegen/Ralloc.h index db8fc7dd47..55e62b1a73 100644 --- a/src/compiler/codegen/Ralloc.h +++ b/src/compiler/codegen/Ralloc.h @@ -202,10 +202,7 @@ extern void oatRecordCorePromotion(CompilationUnit* cUnit, int reg, int sReg); extern void oatRecordFpPromotion(CompilationUnit* cUnit, int reg, int sReg); -/* - * Architecture-dependent register allocation routines implemented in - * ${TARGET_ARCH}/${TARGET_ARCH_VARIANT}/Ralloc.c - */ +/* Architecture-dependent register allocation routines. */ extern int oatAllocTypedTempPair(CompilationUnit* cUnit, bool fpHint, int regClass); |