diff options
author | 2015-10-07 12:03:29 +0100 | |
---|---|---|
committer | 2015-10-07 12:03:29 +0100 | |
commit | d4cf1e4fe0624b99df22ed5556dc1d042b32a7e0 (patch) | |
tree | d4ffdff0fcea7e28c5b4b4f76199e55d44305cdd /compiler/dex/local_value_numbering.h | |
parent | d6ace609ef3c5d37ea4d980a2aaa3a9c31943d3b (diff) |
Quick: Work around large frame sizes for x86_64.
Bug: 24729377
Change-Id: Id608aabad60fb7f1a1450a02444bddfb0eb008a6
Diffstat (limited to 'compiler/dex/local_value_numbering.h')
-rw-r--r-- | compiler/dex/local_value_numbering.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/compiler/dex/local_value_numbering.h b/compiler/dex/local_value_numbering.h index dff5e27521..715da41afd 100644 --- a/compiler/dex/local_value_numbering.h +++ b/compiler/dex/local_value_numbering.h @@ -37,6 +37,7 @@ class LocalValueNumbering : public DeletableArenaObject<kArenaAllocMisc> { public: LocalValueNumbering(GlobalValueNumbering* gvn, BasicBlockId id, ScopedArenaAllocator* allocator); + ~LocalValueNumbering(); BasicBlockId Id() const { return id_; |