blockfreq: Remove more extra typenames from r207438

llvm-svn: 207440
This commit is contained in:
Duncan P. N. Exon Smith 2014-04-28 20:22:29 +00:00
parent 017369b2b4
commit 583ed8f3b0

View File

@ -885,8 +885,8 @@ namespace llvm {
template <> struct GraphTraits<IrreducibleGraph> {
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;