diff options
| author | 2011-09-26 17:51:15 -0700 | |
|---|---|---|
| committer | 2011-09-26 17:51:15 -0700 | |
| commit | 1ff230d113d25fbcd2986773799ac1ef504a6af0 (patch) | |
| tree | bff83a4e728f339d18a1bf7f8cb9384348bcf59c /src/compiler/codegen/Ralloc.h | |
| parent | 20d8d673ed402e9d0292f1770313476ce94a9ef2 (diff) | |
| parent | b29e4d1423028fab47db3be6e41e4b2a067bf100 (diff) | |
Merge "Misc codegen fixes related to register promotion" into dalvik-dev
Diffstat (limited to 'src/compiler/codegen/Ralloc.h')
| -rw-r--r-- | src/compiler/codegen/Ralloc.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/compiler/codegen/Ralloc.h b/src/compiler/codegen/Ralloc.h index 0c3fbcaea2..e2cb1ce377 100644 --- a/src/compiler/codegen/Ralloc.h +++ b/src/compiler/codegen/Ralloc.h @@ -141,6 +141,8 @@ extern void oatClobberCallRegs(CompilationUnit* cUnit); extern RegisterInfo *oatIsTemp(CompilationUnit* cUnit, int reg); +extern RegisterInfo *oatIsPromoted(CompilationUnit* cUnit, int reg); + extern bool oatIsDirty(CompilationUnit* cUnit, int reg); extern void oatMarkInUse(CompilationUnit* cUnit, int reg); |