summaryrefslogtreecommitdiff
path: root/src/compiler/codegen/codegen_util.h
diff options
context:
space:
mode:
author buzbee <buzbee@google.com> 2012-11-21 07:40:50 -0800
committer buzbee <buzbee@google.com> 2012-11-21 07:40:50 -0800
commitaad94383fc41e8f8770f0b2144f766a2ffa772e7 (patch)
treea887ff6101126e3d3d3045d09ea502561524ce1a /src/compiler/codegen/codegen_util.h
parent0c1e45fc411b05e026abf6a2e343927bbd1aa4ca (diff)
Quick Compiler: static, extern and inline cleanup
More declarations cleanup. Some dead code removal. No logic changes. Change-Id: Ife3d0426082f4eeae7c0010ceb92d7dbdc823c71
Diffstat (limited to 'src/compiler/codegen/codegen_util.h')
-rw-r--r--src/compiler/codegen/codegen_util.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/compiler/codegen/codegen_util.h b/src/compiler/codegen/codegen_util.h
index 9920014cc1..a4574f980e 100644
--- a/src/compiler/codegen/codegen_util.h
+++ b/src/compiler/codegen/codegen_util.h
@@ -29,7 +29,6 @@ void SetupRegMask(CompilationUnit* cUnit, uint64_t* mask, int reg);
void SetupResourceMasks(CompilationUnit* cUnit, LIR* lir);
void DumpLIRInsn(CompilationUnit* cUnit, LIR* arg, unsigned char* baseAddr);
void DumpPromotionMap(CompilationUnit *cUnit);
-void DumpMappingTable(const char* table_name, const std::string& descriptor, const std::string& name, const std::string& signature, const std::vector<uint32_t>& v);
void CodegenDump(CompilationUnit* cUnit);
// TODO: remove default parameters
LIR* RawLIR(CompilationUnit* cUnit, int dalvikOffset, int opcode, int op0 = 0, int op1 = 0, int op2 = 0, int op3 = 0, int op4 = 0, LIR* target = NULL);