From 82834a673246f27a541ffcc57e0eb65b008102ef Mon Sep 17 00:00:00 2001 From: Florian Hahn Date: Tue, 20 Jul 2021 16:15:59 +0200 Subject: [PATCH] [VPlan] Fix formatting glitch from d2a73fb44ea0b8. --- llvm/lib/Transforms/Vectorize/VPlan.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/llvm/lib/Transforms/Vectorize/VPlan.h b/llvm/lib/Transforms/Vectorize/VPlan.h index 17d581a..bdf09d1 100644 --- a/llvm/lib/Transforms/Vectorize/VPlan.h +++ b/llvm/lib/Transforms/Vectorize/VPlan.h @@ -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(getBackedgeValue()->getDef()); } -- 2.7.4