diff options
author | 2023-09-08 15:01:25 +0200 | |
---|---|---|
committer | 2023-09-08 15:33:03 +0000 | |
commit | 5899d7919d5ad8e0c437e72c4aa04d4024e32431 (patch) | |
tree | 02d3f577012faa5078a564ff4b611446cdf9bbd7 /compiler/optimizing/loop_analysis.cc | |
parent | dd0bb03c7baf0b0b964f5cec432dee1f9a633e0b (diff) |
Remove some obsolete TODO comments, fix indentation.
Test: Rely on TreeHugger.
Change-Id: I4e3c0ba13d576ef62121d47ebc4965f6667b624f
Diffstat (limited to 'compiler/optimizing/loop_analysis.cc')
-rw-r--r-- | compiler/optimizing/loop_analysis.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/optimizing/loop_analysis.cc b/compiler/optimizing/loop_analysis.cc index 5933d3d306..6163624a97 100644 --- a/compiler/optimizing/loop_analysis.cc +++ b/compiler/optimizing/loop_analysis.cc @@ -259,7 +259,7 @@ class X86_64LoopHelper : public ArchDefaultLoopHelper { case HInstruction::InstructionKind::kVecReplicateScalar: return 2; case HInstruction::InstructionKind::kVecExtractScalar: - return 1; + return 1; case HInstruction::InstructionKind::kVecReduce: return 4; case HInstruction::InstructionKind::kVecNeg: |