summaryrefslogtreecommitdiff
path: root/src/compiler/codegen/gen_common.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/gen_common.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/gen_common.h')
-rw-r--r--src/compiler/codegen/gen_common.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/compiler/codegen/gen_common.h b/src/compiler/codegen/gen_common.h
index 04e32f23d4..3254756b5c 100644
--- a/src/compiler/codegen/gen_common.h
+++ b/src/compiler/codegen/gen_common.h
@@ -68,8 +68,6 @@ void GenArrayPut(CompilationUnit* cUnit, int optFlags, OpSize size, RegLocation
void GenLong3Addr(CompilationUnit* cUnit, OpKind firstOp, OpKind secondOp, RegLocation rlDest, RegLocation rlSrc1, RegLocation rlSrc2);
bool GenShiftOpLong(CompilationUnit* cUnit, Instruction::Code opcode, RegLocation rlDest, RegLocation rlSrc1, RegLocation rlShift);
bool GenArithOpInt(CompilationUnit* cUnit, Instruction::Code opcode, RegLocation rlDest, RegLocation rlSrc1, RegLocation rlSrc2);
-bool HandleEasyDivide(CompilationUnit* cUnit, Instruction::Code dalvikOpcode, RegLocation rlSrc, RegLocation rlDest, int lit);
-bool HandleEasyMultiply(CompilationUnit* cUnit, RegLocation rlSrc, RegLocation rlDest, int lit);
bool GenArithOpIntLit(CompilationUnit* cUnit, Instruction::Code opcode, RegLocation rlDest, RegLocation rlSrc, int lit);
bool GenArithOpLong(CompilationUnit* cUnit, Instruction::Code opcode, RegLocation rlDest, RegLocation rlSrc1, RegLocation rlSrc2);
bool GenConversionCall(CompilationUnit* cUnit, int funcOffset, RegLocation rlDest, RegLocation rlSrc);