diff options
| author | 2015-02-04 09:13:32 +0000 | |
|---|---|---|
| committer | 2015-02-04 09:13:32 +0000 | |
| commit | b73e4447736996f7cc8b193d7e3f5c38d5739d22 (patch) | |
| tree | 8c6f0235011e046bc711ebf795678f6d1a2fedda /compiler/optimizing/code_generator.cc | |
| parent | 69d69ea40fe64ff2e70daffc365a2fffe5964fcc (diff) | |
| parent | 829280cc90b7a84db42864589b4bafb4c94a79d9 (diff) | |
Merge "Finally implement Location::kNoOutputOverlap."
Diffstat (limited to 'compiler/optimizing/code_generator.cc')
| -rw-r--r-- | compiler/optimizing/code_generator.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/optimizing/code_generator.cc b/compiler/optimizing/code_generator.cc index dc2446df61..fd4e391470 100644 --- a/compiler/optimizing/code_generator.cc +++ b/compiler/optimizing/code_generator.cc @@ -290,7 +290,7 @@ void CodeGenerator::AllocateRegistersLocally(HInstruction* instruction) const { result_location = locations->InAt(0); break; } - locations->SetOut(result_location); + locations->UpdateOut(result_location); } } |