mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-08-12 01:25: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:
@@ -885,8 +885,8 @@ namespace llvm {
|
|||||||
template <> struct GraphTraits<IrreducibleGraph> {
|
template <> struct GraphTraits<IrreducibleGraph> {
|
||||||
typedef bfi_detail::IrreducibleGraph GraphT;
|
typedef bfi_detail::IrreducibleGraph GraphT;
|
||||||
|
|
||||||
typedef const typename GraphT::IrrNode NodeType;
|
typedef const GraphT::IrrNode NodeType;
|
||||||
typedef typename GraphT::IrrNode::iterator ChildIteratorType;
|
typedef GraphT::IrrNode::iterator ChildIteratorType;
|
||||||
|
|
||||||
static const NodeType *getEntryNode(const GraphT &G) {
|
static const NodeType *getEntryNode(const GraphT &G) {
|
||||||
return G.StartIrr;
|
return G.StartIrr;
|
||||||
|
Reference in New Issue
Block a user