From: Chris Lattner Date: Mon, 13 Oct 2003 16:44:30 +0000 (+0000) Subject: Add missing default argument X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=1e79609e304a24e0cad68534ddf3371479d33b86;p=oota-llvm.git Add missing default argument git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9092 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/Support/DepthFirstIterator.h b/include/Support/DepthFirstIterator.h index edb8b2d6bd9..7df5c26f98d 100644 --- a/include/Support/DepthFirstIterator.h +++ b/include/Support/DepthFirstIterator.h @@ -162,7 +162,7 @@ df_iterator df_end(T G) { } // Provide global definitions of external depth first iterators... -template +template ::NodeType*> > struct df_ext_iterator : public df_iterator { df_ext_iterator(const df_iterator &V) : df_iterator(V) {} diff --git a/include/llvm/ADT/DepthFirstIterator.h b/include/llvm/ADT/DepthFirstIterator.h index edb8b2d6bd9..7df5c26f98d 100644 --- a/include/llvm/ADT/DepthFirstIterator.h +++ b/include/llvm/ADT/DepthFirstIterator.h @@ -162,7 +162,7 @@ df_iterator df_end(T G) { } // Provide global definitions of external depth first iterators... -template +template ::NodeType*> > struct df_ext_iterator : public df_iterator { df_ext_iterator(const df_iterator &V) : df_iterator(V) {}