diff options
| author | 2011-09-09 14:44:52 -0700 | |
|---|---|---|
| committer | 2011-09-10 15:21:01 -0700 | |
| commit | 5ade1d255ef1b5022321ac20493208703b34d2b1 (patch) | |
| tree | 60098d280b1b5be925d431654cba4b14d5756eec /src/compiler/codegen/arm/ArmRallocUtil.cc | |
| parent | 1240dade91d6c4bbf4e367ca608fcdc15348da45 (diff) | |
Complete compiler portion of exception handling
Will still need much testing once the runtime portions are in place.
Change-Id: I90fc7c1fd89bfae89dfd19a6e422024b6b5454ec
Diffstat (limited to 'src/compiler/codegen/arm/ArmRallocUtil.cc')
| -rw-r--r-- | src/compiler/codegen/arm/ArmRallocUtil.cc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/compiler/codegen/arm/ArmRallocUtil.cc b/src/compiler/codegen/arm/ArmRallocUtil.cc index bea85ea8e8..030131f41c 100644 --- a/src/compiler/codegen/arm/ArmRallocUtil.cc +++ b/src/compiler/codegen/arm/ArmRallocUtil.cc @@ -178,7 +178,6 @@ extern void oatDoPromotion(CompilationUnit* cUnit) qsort(coreRegs, numRegs, sizeof(RefCounts), sortCounts); qsort(fpRegs, numRegs, sizeof(RefCounts), sortCounts); - // TODO: temp for debugging, too verbose. Remove when unneeded if (cUnit->printMeVerbose) { dumpCounts(coreRegs, numRegs, "coreRegs"); dumpCounts(fpRegs, numRegs, "fpRegs"); |