mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-12-02 08:26:29 +00:00
blockfreq: Remove more extra typenames from r207438
llvm-svn: 207440
This commit is contained in:
parent
017369b2b4
commit
583ed8f3b0
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user