[LV] Fix formatting from 2f9d68c3f12a.
authorFlorian Hahn <flo@fhahn.com>
Sat, 27 Mar 2021 21:29:53 +0000 (21:29 +0000)
committerFlorian Hahn <flo@fhahn.com>
Sat, 27 Mar 2021 21:29:56 +0000 (21:29 +0000)
llvm/lib/Transforms/Vectorize/LoopVectorize.cpp

index 37af529..3caff5f 100644 (file)
@@ -1661,7 +1661,8 @@ private:
 
   /// Estimate the overhead of scalarizing an instruction. This is a
   /// convenience wrapper for the type-based getScalarizationOverhead API.
-  InstructionCost getScalarizationOverhead(Instruction *I, ElementCount VF) const;
+  InstructionCost getScalarizationOverhead(Instruction *I,
+                                           ElementCount VF) const;
 
   /// Returns whether the instruction is a load or store and will be a emitted
   /// as a vector operation.