summaryrefslogtreecommitdiff
path: root/src/compiler/codegen/CompilerCodegen.h
diff options
context:
space:
mode:
author buzbee <buzbee@google.com> 2011-10-14 13:10:22 -0700
committer Android (Google) Code Review <android-gerrit@google.com> 2011-10-14 13:10:22 -0700
commita10cd94bb77ed66fa0a8b66141c4504045c92d30 (patch)
tree2f32ac650047f6700541d89cb0cc59db38f9a749 /src/compiler/codegen/CompilerCodegen.h
parentb7bbba49d88eae58223d9878da4069bf6d7140bf (diff)
parent67bc236a207852d652f6ddeab0a90efc1bd111bb (diff)
Merge "Register promotion fix" into dalvik-dev
Diffstat (limited to 'src/compiler/codegen/CompilerCodegen.h')
-rw-r--r--src/compiler/codegen/CompilerCodegen.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/compiler/codegen/CompilerCodegen.h b/src/compiler/codegen/CompilerCodegen.h
index 58ab1d3b97..d2e5f0a631 100644
--- a/src/compiler/codegen/CompilerCodegen.h
+++ b/src/compiler/codegen/CompilerCodegen.h
@@ -27,6 +27,8 @@ void oatAssembleLIR(CompilationUnit* cUnit);
/* Implemented in the codegen/<target>/ArchUtility.c */
void oatCodegenDump(CompilationUnit* cUnit);
+void oatDumpPromotionMap(CompilationUnit* cUnit);
+void oatDumpFullPromotionMap(CompilationUnit* cUnit);
/* Implemented in codegen/<target>/Ralloc.c */
void oatSimpleRegAlloc(CompilationUnit* cUnit);