From 5899d7919d5ad8e0c437e72c4aa04d4024e32431 Mon Sep 17 00:00:00 2001 From: Vladimir Marko Date: Fri, 8 Sep 2023 15:01:25 +0200 Subject: Remove some obsolete TODO comments, fix indentation. Test: Rely on TreeHugger. Change-Id: I4e3c0ba13d576ef62121d47ebc4965f6667b624f --- compiler/optimizing/loop_analysis.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'compiler/optimizing/loop_analysis.cc') 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: -- cgit v1.2.3-59-g8ed1b