diff options
| author | 2011-10-14 13:10:22 -0700 | |
|---|---|---|
| committer | 2011-10-14 13:10:22 -0700 | |
| commit | a10cd94bb77ed66fa0a8b66141c4504045c92d30 (patch) | |
| tree | 2f32ac650047f6700541d89cb0cc59db38f9a749 /src/compiler/codegen/Ralloc.h | |
| parent | b7bbba49d88eae58223d9878da4069bf6d7140bf (diff) | |
| parent | 67bc236a207852d652f6ddeab0a90efc1bd111bb (diff) | |
Merge "Register promotion fix" into dalvik-dev
Diffstat (limited to 'src/compiler/codegen/Ralloc.h')
| -rw-r--r-- | src/compiler/codegen/Ralloc.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/compiler/codegen/Ralloc.h b/src/compiler/codegen/Ralloc.h index e343ec5682..fee0e9a913 100644 --- a/src/compiler/codegen/Ralloc.h +++ b/src/compiler/codegen/Ralloc.h @@ -232,6 +232,7 @@ extern void oatFlushRegWideImpl(CompilationUnit* cUnit, int rBase, extern void oatDoPromotion(CompilationUnit* cUnit); extern int oatVRegOffset(CompilationUnit* cUnit, int reg); +extern int oatSRegOffset(CompilationUnit* cUnit, int reg); extern void oatDumpCoreRegPool(CompilationUnit* cUint); extern void oatDumpFPRegPool(CompilationUnit* cUint); extern bool oatCheckCorePoolSanity(CompilationUnit* cUnit); |