[llvm] 82834a6 - [VPlan] Fix formatting glitch from d2a73fb44ea0b8.

Florian Hahn via llvm-commits llvm-commits at lists.llvm.org
Tue Jul 20 07:16:43 PDT 2021


Author: Florian Hahn
Date: 2021-07-20T16:16:30+02:00
New Revision: 82834a673246f27a541ffcc57e0eb65b008102ef

URL: https://github.com/llvm/llvm-project/commit/82834a673246f27a541ffcc57e0eb65b008102ef
DIFF: https://github.com/llvm/llvm-project/commit/82834a673246f27a541ffcc57e0eb65b008102ef.diff

LOG: [VPlan] Fix formatting glitch from d2a73fb44ea0b8.

Added: 
    

Modified: 
    llvm/lib/Transforms/Vectorize/VPlan.h

Removed: 
    


################################################################################
diff  --git a/llvm/lib/Transforms/Vectorize/VPlan.h b/llvm/lib/Transforms/Vectorize/VPlan.h
index 17d581a341f6..bdf09d15c27f 100644
--- a/llvm/lib/Transforms/Vectorize/VPlan.h
+++ b/llvm/lib/Transforms/Vectorize/VPlan.h
@@ -1115,7 +1115,8 @@ class VPWidenPHIRecipe : public VPRecipeBase, public VPValue {
     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());
   }


        


More information about the llvm-commits mailing list