[VPlan] Fix formatting glitch from d2a73fb44ea0b8.
authorFlorian Hahn <flo@fhahn.com>
Tue, 20 Jul 2021 14:15:59 +0000 (16:15 +0200)
committerFlorian Hahn <flo@fhahn.com>
Tue, 20 Jul 2021 14:16:30 +0000 (16:16 +0200)
llvm/lib/Transforms/Vectorize/VPlan.h

index 17d581a..bdf09d1 100644 (file)
@@ -1115,7 +1115,8 @@ public:
     return getOperand(1);
   }
 
-  /// Returns the backedge value as a recipe. The backedge value is guaranteed to be a recipe.
+  /// Returns the backedge value as a recipe. The backedge value is guaranteed
+  /// to be a recipe.
   VPRecipeBase *getBackedgeRecipe() {
     return cast<VPRecipeBase>(getBackedgeValue()->getDef());
   }