From c1f143de3d0370a17a4561eb83bf10a5d7908aa3 Mon Sep 17 00:00:00 2001 From: Elliott Hughes Date: Thu, 1 Dec 2011 17:31:10 -0800 Subject: Remove some lint. Change-Id: Ieecd7c10e62bce27e2db38f96d5df9782ef0cff6 --- src/compiler/codegen/arm/MethodCodegenDriver.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/compiler/codegen/arm/MethodCodegenDriver.cc') diff --git a/src/compiler/codegen/arm/MethodCodegenDriver.cc b/src/compiler/codegen/arm/MethodCodegenDriver.cc index 7a719f799e..15fd1ba841 100644 --- a/src/compiler/codegen/arm/MethodCodegenDriver.cc +++ b/src/compiler/codegen/arm/MethodCodegenDriver.cc @@ -1822,7 +1822,7 @@ STATIC bool compileDalvikInstruction(CompilationUnit* cUnit, MIR* mir, return res; } -STATIC const char *extendedMIROpNames[kMirOpLast - kMirOpFirst] = { +STATIC const char* extendedMIROpNames[kMirOpLast - kMirOpFirst] = { "kMirOpPhi", "kMirOpNullNRangeUpCheck", "kMirOpNullNRangeDownCheck", @@ -2031,7 +2031,7 @@ STATIC bool methodBlockCodeGen(CompilationUnit* cUnit, BasicBlock* bb) /* Don't generate the SSA annotation unless verbose mode is on */ if (cUnit->printMe && mir->ssaRep) { - char *ssaString = oatGetSSAString(cUnit, mir->ssaRep); + char* ssaString = oatGetSSAString(cUnit, mir->ssaRep); newLIR1(cUnit, kArmPseudoSSARep, (int) ssaString); } -- cgit v1.2.3-59-g8ed1b