diff options
author | Vladimir Marko <vmarko@google.com> | 2015-04-08 17:08:04 +0000 |
---|---|---|
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | 2015-04-08 17:08:05 +0000 |
commit | 1576be32be4a99a1cffdaaf209a3cd67e8b2f88a (patch) | |
tree | e350441be38017d6e7555d9e13ca8b975d61451d /compiler/dex/mir_graph.h | |
parent | a2d40be3e64b339c6c39d59655507c597251e506 (diff) | |
parent | 87b7c52ac660119b8dea46967974b76c86d0750b (diff) | |
download | android_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.h | 5 |
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_; |