aboutsummaryrefslogtreecommitdiff
path: root/vm/compiler/codegen/arm/Thumb/Factory.c
diff options
context:
space:
mode:
authorBen Cheng <bccheng@android.com>2010-05-28 15:20:08 -0700
committerBen Cheng <bccheng@android.com>2010-05-28 15:20:08 -0700
commitfc075c2d1ae63c26f96e0c6eeb72efc898dbebbf (patch)
tree0fc6f08de044cb9347ab69b884d57411f8f4d46a /vm/compiler/codegen/arm/Thumb/Factory.c
parentb89bd11119b9981f4e5e4db840e580bb228f290c (diff)
Clean up warnings detected by gcc.
Also re-enabled the JIT for the ARMv5te target. Change-Id: I89fd229205e30e6ee92a4933290a7d8dca001232
Diffstat (limited to 'vm/compiler/codegen/arm/Thumb/Factory.c')
-rw-r--r--vm/compiler/codegen/arm/Thumb/Factory.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/vm/compiler/codegen/arm/Thumb/Factory.c b/vm/compiler/codegen/arm/Thumb/Factory.c
index 4c010c619..85f612ec0 100644
--- a/vm/compiler/codegen/arm/Thumb/Factory.c
+++ b/vm/compiler/codegen/arm/Thumb/Factory.c
@@ -23,7 +23,6 @@
*/
static int coreTemps[] = {r0, r1, r2, r3, r4PC, r7};
-static int corePreserved[] = {};
static void storePair(CompilationUnit *cUnit, int base, int lowReg,
int highReg);
@@ -569,7 +568,6 @@ static ArmLIR *loadBaseDispBody(CompilationUnit *cUnit, MIR *mir, int rBase,
ArmLIR *load2 = NULL;
ArmOpCode opCode = kThumbBkpt;
bool shortForm = false;
- int shortMax = 128;
int encodedDisp = displacement;
bool pair = false;
@@ -700,7 +698,6 @@ static ArmLIR *storeBaseDispBody(CompilationUnit *cUnit, int rBase,
ArmLIR *store2 = NULL;
ArmOpCode opCode = kThumbBkpt;
bool shortForm = false;
- int shortMax = 128;
int encodedDisp = displacement;
bool pair = false;