Move all of the DSA headers into the Analysis/DataStructure subdir.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@14663 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Chris Lattner
2004-07-07 06:32:21 +00:00
parent 6c49989b3e
commit 4dabb2c6f3
14 changed files with 31 additions and 29 deletions
+2 -2
View File
@@ -23,8 +23,8 @@
//
//===----------------------------------------------------------------------===//
#include "llvm/Analysis/DataStructure.h"
#include "llvm/Analysis/DSGraph.h"
#include "llvm/Analysis/DataStructure/DataStructure.h"
#include "llvm/Analysis/DataStructure/DSGraph.h"
#include "Support/CommandLine.h"
#include "llvm/Value.h"
#include <iostream>