commit | d4cf1e4fe0624b99df22ed5556dc1d042b32a7e0 | [log] [tgz] |
---|---|---|
author | Vladimir Marko <vmarko@google.com> | Wed Oct 07 12:03:29 2015 +0100 |
committer | Vladimir Marko <vmarko@google.com> | Wed Oct 07 12:03:29 2015 +0100 |
tree | d4ffdff0fcea7e28c5b4b4f76199e55d44305cdd | |
parent | d6ace609ef3c5d37ea4d980a2aaa3a9c31943d3b [diff] [blame] |
Quick: Work around large frame sizes for x86_64. Bug: 24729377 Change-Id: Id608aabad60fb7f1a1450a02444bddfb0eb008a6
diff --git a/compiler/dex/local_value_numbering.h b/compiler/dex/local_value_numbering.h index dff5e27..715da41 100644 --- a/compiler/dex/local_value_numbering.h +++ b/compiler/dex/local_value_numbering.h
@@ -37,6 +37,7 @@ public: LocalValueNumbering(GlobalValueNumbering* gvn, BasicBlockId id, ScopedArenaAllocator* allocator); + ~LocalValueNumbering(); BasicBlockId Id() const { return id_;