diff options
| author | Nicolas Geoffray <ngeoffray@google.com> | 2015-01-21 14:56:54 +0000 |
|---|---|---|
| committer | Nicolas Geoffray <ngeoffray@google.com> | 2015-01-21 15:19:06 +0000 |
| commit | 6c2dff8ff8e1440fa4d9e1b2ba2a44d036882801 (patch) | |
| tree | da2d48b3d84733ac6b29194cb2f624693a643d48 /compiler/optimizing/locations.cc | |
| parent | 22c9285142169691eb2a9e2d4a49751fc7e57c2a (diff) | |
| download | art-6c2dff8ff8e1440fa4d9e1b2ba2a44d036882801.tar.gz art-6c2dff8ff8e1440fa4d9e1b2ba2a44d036882801.tar.bz2 art-6c2dff8ff8e1440fa4d9e1b2ba2a44d036882801.zip | |
Revert "Revert "Fully support pairs in the register allocator.""
This reverts commit c399fdc442db82dfda66e6c25518872ab0f1d24f.
Change-Id: I19f8215c4b98f2f0827e04bf7806c3ca439794e5
Diffstat (limited to 'compiler/optimizing/locations.cc')
| -rw-r--r-- | compiler/optimizing/locations.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/optimizing/locations.cc b/compiler/optimizing/locations.cc index 9f2f9ece85..990d662d86 100644 --- a/compiler/optimizing/locations.cc +++ b/compiler/optimizing/locations.cc @@ -27,7 +27,7 @@ LocationSummary::LocationSummary(HInstruction* instruction, temps_(instruction->GetBlock()->GetGraph()->GetArena(), 0), environment_(instruction->GetBlock()->GetGraph()->GetArena(), instruction->EnvironmentSize()), - output_overlaps_(true), + output_overlaps_(Location::kOutputOverlap), call_kind_(call_kind), stack_mask_(nullptr), register_mask_(0), |
