diff options
| author | 2012-11-21 07:40:50 -0800 | |
|---|---|---|
| committer | 2012-11-21 07:40:50 -0800 | |
| commit | aad94383fc41e8f8770f0b2144f766a2ffa772e7 (patch) | |
| tree | a887ff6101126e3d3d3045d09ea502561524ce1a /src/compiler/codegen/codegen_util.h | |
| parent | 0c1e45fc411b05e026abf6a2e343927bbd1aa4ca (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.h | 1 |
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); |