summaryrefslogtreecommitdiff
path: root/src/compiler/codegen/Ralloc.h
diff options
context:
space:
mode:
author buzbee <buzbee@google.com> 2011-09-08 17:34:58 -0700
committer buzbee <buzbee@google.com> 2011-09-08 17:54:29 -0700
commit0d966cff87464544a264efdbfba6c379474d5928 (patch)
tree74ce88ebfdb902c90700b20b6b4e82290b77e70b /src/compiler/codegen/Ralloc.h
parent34cd9e58431504c36d0cb2a8fd0f3fac16dcb406 (diff)
Add suspend check & stub
Change-Id: I017653026ca95166cbc4b6b94b5da1fef2597804
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);