diff options
| author | 2015-07-08 18:00:22 +0000 | |
|---|---|---|
| committer | 2015-07-08 18:00:23 +0000 | |
| commit | 4880fd5695ea1726dde27bb448dae1338d0a0973 (patch) | |
| tree | df94cf1b8e522f82899810864b8681e748c2c03c /compiler/optimizing/builder.h | |
| parent | d9acfe21f6eb09a22db69958dfb05c1f48f779bd (diff) | |
| parent | bff7503625400b610a43678c6930354146ce5f92 (diff) | |
Merge "Revert "Revert "ART: Ignore try blocks with no throwing instructions"""
Diffstat (limited to 'compiler/optimizing/builder.h')
| -rw-r--r-- | compiler/optimizing/builder.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/compiler/optimizing/builder.h b/compiler/optimizing/builder.h index e487255ac4..7098eb86a5 100644 --- a/compiler/optimizing/builder.h +++ b/compiler/optimizing/builder.h @@ -98,9 +98,6 @@ class HGraphBuilder : public ValueObject { HBasicBlock* FindBlockStartingAt(int32_t dex_pc) const; HBasicBlock* FindOrCreateBlockStartingAt(int32_t dex_pc); - // Returns whether the dex_pc of `block` lies within the given range. - bool IsBlockInPcRange(HBasicBlock* block, uint32_t dex_pc_start, uint32_t dex_pc_end); - // Adds new blocks to `branch_targets_` starting at the limits of TryItems and // their exception handlers. void CreateBlocksForTryCatch(const DexFile::CodeItem& code_item); |