parent
68383d80de
commit
9550e21152
|
|
@ -16,15 +16,13 @@
|
||||||
|
|
||||||
#include "llvm/Instruction.h"
|
#include "llvm/Instruction.h"
|
||||||
#include "llvm/BasicBlock.h"
|
#include "llvm/BasicBlock.h"
|
||||||
|
#include "llvm/Function.h"
|
||||||
#include "Support/Tree.h"
|
#include "Support/Tree.h"
|
||||||
#include <map>
|
#include <map>
|
||||||
|
|
||||||
namespace analysis {
|
|
||||||
|
|
||||||
template<class Payload> class InstTreeNode;
|
template<class Payload> class InstTreeNode;
|
||||||
template<class Payload> class InstForest;
|
template<class Payload> class InstForest;
|
||||||
|
|
||||||
|
|
||||||
//===----------------------------------------------------------------------===//
|
//===----------------------------------------------------------------------===//
|
||||||
// Class InstTreeNode
|
// Class InstTreeNode
|
||||||
//===----------------------------------------------------------------------===//
|
//===----------------------------------------------------------------------===//
|
||||||
|
|
@ -287,8 +285,5 @@ InstTreeNode<Payload>::InstTreeNode(InstForest<Payload> &IF, Value *V,
|
||||||
getTreeData().first.second = InstructionNode;
|
getTreeData().first.second = InstructionNode;
|
||||||
}
|
}
|
||||||
|
|
||||||
} // End namespace analysis
|
|
||||||
|
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue