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