diff options
author | Chris Lattner <sabre@nondot.org> | 2002-04-08 21:58:53 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2002-04-08 21:58:53 +0000 |
commit | e6d4ec3d5a423028f466eb05bbcdb8d17280b84a (patch) | |
tree | ffb37bc0afc8ca097b77a554d9f540bab9870159 /lib/Analysis/DataStructure | |
parent | ab44871a5d8d0a6dac995c5a347482b85246b53e (diff) | |
download | external_llvm-e6d4ec3d5a423028f466eb05bbcdb8d17280b84a.zip external_llvm-e6d4ec3d5a423028f466eb05bbcdb8d17280b84a.tar.gz external_llvm-e6d4ec3d5a423028f466eb05bbcdb8d17280b84a.tar.bz2 |
Play around with #includes
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@2174 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Analysis/DataStructure')
-rw-r--r-- | lib/Analysis/DataStructure/ComputeClosure.cpp | 3 | ||||
-rw-r--r-- | lib/Analysis/DataStructure/NodeImpl.cpp | 2 |
2 files changed, 1 insertions, 4 deletions
diff --git a/lib/Analysis/DataStructure/ComputeClosure.cpp b/lib/Analysis/DataStructure/ComputeClosure.cpp index 989f9bb..5ea7068 100644 --- a/lib/Analysis/DataStructure/ComputeClosure.cpp +++ b/lib/Analysis/DataStructure/ComputeClosure.cpp @@ -11,9 +11,6 @@ #include "llvm/iOther.h" #include "Support/STLExtras.h" #include <algorithm> -#ifdef DEBUG_IP_CLOSURE -#include "llvm/Assembly/Writer.h" -#endif // Make all of the pointers that point to Val also point to N. // diff --git a/lib/Analysis/DataStructure/NodeImpl.cpp b/lib/Analysis/DataStructure/NodeImpl.cpp index c773eb1..05ed884 100644 --- a/lib/Analysis/DataStructure/NodeImpl.cpp +++ b/lib/Analysis/DataStructure/NodeImpl.cpp @@ -5,12 +5,12 @@ //===----------------------------------------------------------------------===// #include "llvm/Analysis/DataStructureGraph.h" +#include "llvm/Assembly/Writer.h" #include "llvm/DerivedTypes.h" #include "llvm/Function.h" #include "llvm/BasicBlock.h" #include "llvm/iMemory.h" #include "llvm/iOther.h" -#include "llvm/Assembly/Writer.h" #include "Support/STLExtras.h" #include <algorithm> #include <sstream> |