File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
llvm/lib/Transforms/Vectorize Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -581,8 +581,8 @@ class InnerLoopVectorizer {
581
581
582
582
// / Allow subclasses to override and print debug traces before/after vplan
583
583
// / execution, when trace information is requested.
584
- virtual void printDebugTracesAtStart (){};
585
- virtual void printDebugTracesAtEnd (){};
584
+ virtual void printDebugTracesAtStart () {}
585
+ virtual void printDebugTracesAtEnd () {}
586
586
587
587
// / The original loop.
588
588
Loop *OrigLoop;
@@ -1310,7 +1310,7 @@ class LoopVectorizationCostModel {
1310
1310
return false ;
1311
1311
case cl::BOU_FALSE:
1312
1312
return true ;
1313
- };
1313
+ }
1314
1314
llvm_unreachable (" impossible case value" );
1315
1315
}
1316
1316
@@ -9065,7 +9065,7 @@ LoopVectorizationPlanner::tryToBuildVPlanWithVPRecipes(VFRange &Range) {
9065
9065
if (!getDecisionAndClampRange (ApplyIG, Range))
9066
9066
continue ;
9067
9067
InterleaveGroups.insert (IG);
9068
- };
9068
+ }
9069
9069
9070
9070
// ---------------------------------------------------------------------------
9071
9071
// Construct recipes for the instructions in the loop
You can’t perform that action at this time.
0 commit comments