From 295b5e74819be8c4f45dcf57cc6686544763eba8 Mon Sep 17 00:00:00 2001 From: "Duncan P. N. Exon Smith" Date: Mon, 28 Apr 2014 20:22:29 +0000 Subject: blockfreq: Remove more extra typenames from r207438 llvm-svn: 207440 --- llvm/lib/Analysis/BlockFrequencyInfoImpl.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'llvm/lib/Analysis') diff --git a/llvm/lib/Analysis/BlockFrequencyInfoImpl.cpp b/llvm/lib/Analysis/BlockFrequencyInfoImpl.cpp index a12128318e2..c78ed88ab65 100644 --- a/llvm/lib/Analysis/BlockFrequencyInfoImpl.cpp +++ b/llvm/lib/Analysis/BlockFrequencyInfoImpl.cpp @@ -885,8 +885,8 @@ namespace llvm { template <> struct GraphTraits { typedef bfi_detail::IrreducibleGraph GraphT; - typedef const typename GraphT::IrrNode NodeType; - typedef typename GraphT::IrrNode::iterator ChildIteratorType; + typedef const GraphT::IrrNode NodeType; + typedef GraphT::IrrNode::iterator ChildIteratorType; static const NodeType *getEntryNode(const GraphT &G) { return G.StartIrr; -- cgit v1.2.3