mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-14 11:32:34 +00:00
Get rid of an unneeded #include.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@45337 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
15ac8b9e6d
commit
99d562d8fc
@ -21,7 +21,6 @@
|
|||||||
#include "llvm/CodeGen/MachineInstr.h"
|
#include "llvm/CodeGen/MachineInstr.h"
|
||||||
#include "llvm/Analysis/Dominators.h"
|
#include "llvm/Analysis/Dominators.h"
|
||||||
#include "llvm/Analysis/DominatorInternals.h"
|
#include "llvm/Analysis/DominatorInternals.h"
|
||||||
#include "llvm/ADT/GraphTraits.h"
|
|
||||||
|
|
||||||
namespace llvm {
|
namespace llvm {
|
||||||
|
|
||||||
@ -187,6 +186,9 @@ public:
|
|||||||
/// DominatorTree GraphTraits specialization so the DominatorTree can be
|
/// DominatorTree GraphTraits specialization so the DominatorTree can be
|
||||||
/// iterable by generic graph iterators.
|
/// iterable by generic graph iterators.
|
||||||
///
|
///
|
||||||
|
|
||||||
|
template<class T> struct GraphTraits;
|
||||||
|
|
||||||
template <> struct GraphTraits<MachineDomTreeNode *> {
|
template <> struct GraphTraits<MachineDomTreeNode *> {
|
||||||
typedef MachineDomTreeNode NodeType;
|
typedef MachineDomTreeNode NodeType;
|
||||||
typedef NodeType::iterator ChildIteratorType;
|
typedef NodeType::iterator ChildIteratorType;
|
||||||
|
Loading…
Reference in New Issue
Block a user