diff options
author | Treehugger Robot <treehugger-gerrit@google.com> | 2016-10-05 10:30:14 +0000 |
---|---|---|
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | 2016-10-05 10:30:15 +0000 |
commit | d3a9ce9d30a59587413310e66ea51c8f7adb0a1d (patch) | |
tree | 60bb0084030cadfed694261c36c5722f4f945869 /compiler/optimizing/loop_optimization.h | |
parent | 2a5c5160771ad528bc9b3ac36ac5785a184c956d (diff) | |
parent | ebe167422f6197b9df0698bbeb944a0e4eea5f2d (diff) |
Merge "Properly scope HLoopOptimization's allocator."
Diffstat (limited to 'compiler/optimizing/loop_optimization.h')
-rw-r--r-- | compiler/optimizing/loop_optimization.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/optimizing/loop_optimization.h b/compiler/optimizing/loop_optimization.h index e7980ce89e..d12fe5ee18 100644 --- a/compiler/optimizing/loop_optimization.h +++ b/compiler/optimizing/loop_optimization.h @@ -72,7 +72,7 @@ class HLoopOptimization : public HOptimization { // Phase-local heap memory allocator for the loop optimizer. Storage obtained // through this allocator is released when the loop optimizer is done. - ArenaAllocator loop_allocator_; + ArenaAllocator* loop_allocator_; // Entries into the loop hierarchy representation. LoopNode* top_loop_; |