mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-14 07:31:39 +00:00
Remove analysis namespace
llvm-svn: 2399
This commit is contained in:
parent
657c514823
commit
294b5915d8
@ -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…
x
Reference in New Issue
Block a user