diff options
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: |