summaryrefslogtreecommitdiff
path: root/src/compiler/codegen/Ralloc.h
diff options
context:
space:
mode:
author buzbee <buzbee@google.com> 2011-09-08 17:57:05 -0700
committer Android (Google) Code Review <android-gerrit@google.com> 2011-09-08 17:57:05 -0700
commit75bbd552bfe56e782473f669b7228e86189e243c (patch)
treedd05387120749a2165442c538b3f2c0e28209a83 /src/compiler/codegen/Ralloc.h
parent8ba4fa861d75aaa765d00336b877c41291bb36f2 (diff)
parent0d966cff87464544a264efdbfba6c379474d5928 (diff)
Merge "Add suspend check & stub" into dalvik-dev
Diffstat (limited to 'src/compiler/codegen/Ralloc.h')
-rw-r--r--src/compiler/codegen/Ralloc.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/compiler/codegen/Ralloc.h b/src/compiler/codegen/Ralloc.h
index c702204155..67ed6ee9a5 100644
--- a/src/compiler/codegen/Ralloc.h
+++ b/src/compiler/codegen/Ralloc.h
@@ -171,6 +171,8 @@ extern RegisterInfo *oatIsLive(CompilationUnit* cUnit, int reg);
/* To be used when explicitly managing register use */
extern void oatLockCallTemps(CompilationUnit* cUnit);
+extern void oatFreeCallTemps(CompilationUnit* cUnit);
+
extern void oatFlushAllRegs(CompilationUnit* cUnit);
extern RegLocation oatGetReturnWideAlt(CompilationUnit* cUnit);