[llvm] bbdfcf8 - [VPlan] Remove unused & undefined print method (NFC).

Florian Hahn via llvm-commits llvm-commits at lists.llvm.org
Sun May 3 10:36:42 PDT 2020


Author: Florian Hahn
Date: 2020-05-03T18:36:20+01:00
New Revision: bbdfcf8f6953b5ce065789447576448599e6aba0

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

LOG: [VPlan] Remove unused & undefined print method (NFC).

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 9da379a78cc8..1db5cbd13b91 100644
--- a/llvm/lib/Transforms/Vectorize/VPlan.h
+++ b/llvm/lib/Transforms/Vectorize/VPlan.h
@@ -636,7 +636,6 @@ class VPRecipeBase : public ilist_node_with_parent<VPRecipeBase, VPBasicBlock> {
   virtual void execute(struct VPTransformState &State) = 0;
 
   /// Each recipe prints itself.
-  void print(raw_ostream &O, const Twine &Indent);
   virtual void print(raw_ostream &O, const Twine &Indent,
                      VPSlotTracker &SlotTracker) const = 0;
 


        


More information about the llvm-commits mailing list