diff options
Diffstat (limited to 'src/compiler/codegen/arm/ArmRallocUtil.cc')
| -rw-r--r-- | src/compiler/codegen/arm/ArmRallocUtil.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/compiler/codegen/arm/ArmRallocUtil.cc b/src/compiler/codegen/arm/ArmRallocUtil.cc index 84c3792382..9a7c642aee 100644 --- a/src/compiler/codegen/arm/ArmRallocUtil.cc +++ b/src/compiler/codegen/arm/ArmRallocUtil.cc @@ -136,7 +136,7 @@ extern void oatDoPromotion(CompilationUnit* cUnit) * machinery is in place, always spill lr. */ cUnit->coreSpillMask |= (1 << rLR); - cUnit->numSpills++; + cUnit->numCoreSpills++; /* * Simple hack for testing register allocation. Just do a static * count of the uses of Dalvik registers. Note that we examine |