summaryrefslogtreecommitdiff
path: root/compiler/optimizing/code_generator.cc
diff options
context:
space:
mode:
author Vladimir Marko <vmarko@google.com> 2023-09-08 15:01:25 +0200
committer VladimĂ­r Marko <vmarko@google.com> 2023-09-08 15:33:03 +0000
commit5899d7919d5ad8e0c437e72c4aa04d4024e32431 (patch)
tree02d3f577012faa5078a564ff4b611446cdf9bbd7 /compiler/optimizing/code_generator.cc
parentdd0bb03c7baf0b0b964f5cec432dee1f9a633e0b (diff)
Remove some obsolete TODO comments, fix indentation.
Test: Rely on TreeHugger. Change-Id: I4e3c0ba13d576ef62121d47ebc4965f6667b624f
Diffstat (limited to 'compiler/optimizing/code_generator.cc')
-rw-r--r--compiler/optimizing/code_generator.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/compiler/optimizing/code_generator.cc b/compiler/optimizing/code_generator.cc
index 1fea30a359..404a42771f 100644
--- a/compiler/optimizing/code_generator.cc
+++ b/compiler/optimizing/code_generator.cc
@@ -627,8 +627,8 @@ void CodeGenerator::CreateUnresolvedFieldLocationSummary(
locations->SetOut(calling_convention.GetReturnLocation(field_type));
}
} else {
- size_t set_index = is_instance ? 1 : 0;
- if (DataType::IsFloatingPointType(field_type)) {
+ size_t set_index = is_instance ? 1 : 0;
+ if (DataType::IsFloatingPointType(field_type)) {
// The set value comes from a float location while the calling convention
// expects it in a regular register location. Allocate a temp for it and
// make the transfer at codegen.