summaryrefslogtreecommitdiffstats
path: root/compiler/dex/mir_graph.h
diff options
context:
space:
mode:
authorVladimir Marko <vmarko@google.com>2015-04-08 17:08:04 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2015-04-08 17:08:05 +0000
commit1576be32be4a99a1cffdaaf209a3cd67e8b2f88a (patch)
treee350441be38017d6e7555d9e13ca8b975d61451d /compiler/dex/mir_graph.h
parenta2d40be3e64b339c6c39d59655507c597251e506 (diff)
parent87b7c52ac660119b8dea46967974b76c86d0750b (diff)
downloadandroid_art-1576be32be4a99a1cffdaaf209a3cd67e8b2f88a.tar.gz
android_art-1576be32be4a99a1cffdaaf209a3cd67e8b2f88a.tar.bz2
android_art-1576be32be4a99a1cffdaaf209a3cd67e8b2f88a.zip
Merge "Quick: Clean up temp use counting."
Diffstat (limited to 'compiler/dex/mir_graph.h')
-rw-r--r--compiler/dex/mir_graph.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/compiler/dex/mir_graph.h b/compiler/dex/mir_graph.h
index d4a9eb938b..d6c4b64708 100644
--- a/compiler/dex/mir_graph.h
+++ b/compiler/dex/mir_graph.h
@@ -1085,7 +1085,6 @@ class MIRGraph {
void EliminateDeadCodeEnd();
bool EliminateSuspendChecksGate();
bool EliminateSuspendChecks(BasicBlock* bb);
- void EliminateSuspendChecksEnd();
uint16_t GetGvnIFieldId(MIR* mir) const {
DCHECK(IsInstructionIGetOrIPut(mir->dalvikInsn.opcode));
@@ -1408,10 +1407,6 @@ class MIRGraph {
uint16_t* sfield_ids; // Ditto.
GvnDeadCodeElimination* dce;
} gvn;
- // Suspend check elimination.
- struct {
- DexFileMethodInliner* inliner;
- } sce;
} temp_;
static const int kInvalidEntry = -1;
ArenaVector<BasicBlock*> block_list_;