mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-11-02 07:11:49 +00:00
blockfreq: Remove more extra typenames from r207438
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@207440 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
57dc9294a4
commit
744d1555fa
@ -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