From 296bd60423e0630d8152b99fb7afb20fbff5a18a Mon Sep 17 00:00:00 2001 From: Mingyao Yang Date: Mon, 6 Oct 2014 16:47:28 -0700 Subject: Some improvement to reg alloc. Change-Id: If579a37791278500a7e5bc763f144c241f261920 --- compiler/optimizing/register_allocator.h | 1 + 1 file changed, 1 insertion(+) (limited to 'compiler/optimizing/register_allocator.h') diff --git a/compiler/optimizing/register_allocator.h b/compiler/optimizing/register_allocator.h index b88153969b..976ee39ca8 100644 --- a/compiler/optimizing/register_allocator.h +++ b/compiler/optimizing/register_allocator.h @@ -126,6 +126,7 @@ class RegisterAllocator { void ProcessInstruction(HInstruction* instruction); bool ValidateInternal(bool log_fatal_on_failure) const; void DumpInterval(std::ostream& stream, LiveInterval* interval) const; + void DumpAllIntervals(std::ostream& stream) const; ArenaAllocator* const allocator_; CodeGenerator* const codegen_; -- cgit v1.2.3-59-g8ed1b