From 470b81ca69342a4174bbc4d7c748059abe557b72 Mon Sep 17 00:00:00 2001 From: Simon Pilgrim Date: Wed, 27 Jul 2016 10:11:05 +0000 Subject: [PATCH] Removed unusued template function declaration that has no definition - fixes MSVC warning. llvm-svn: 276852 --- llvm/include/llvm/Analysis/LoopInfo.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/llvm/include/llvm/Analysis/LoopInfo.h b/llvm/include/llvm/Analysis/LoopInfo.h index 88f7685..2998723 100644 --- a/llvm/include/llvm/Analysis/LoopInfo.h +++ b/llvm/include/llvm/Analysis/LoopInfo.h @@ -342,10 +342,8 @@ public: /// Verify loop structure of this loop and all nested loops. void verifyLoopNest(DenseSet *Loops) const; - void print(raw_ostream &OS, unsigned Depth = 0, bool Verbose = false) const; - /// Print loop with all the BBs inside it. - void printVerbose(raw_ostream &OS, unsigned Depth = 0) const; + void print(raw_ostream &OS, unsigned Depth = 0, bool Verbose = false) const; protected: friend class LoopInfoBase; -- 2.7.4