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 | 3734fe4f359f2a9f6b3598d7c45a6bc5485c3f6a (patch) | |
tree | 0ec2ed2ded7e32c3c0f63139f1d2ad84afa275bc /llvm/lib/Analysis/DataStructure/ComputeClosure.cpp | |
parent | b52d903ca015d3cab868a97821da9582e8db7ae7 (diff) | |
download | bcm5719-llvm-3734fe4f359f2a9f6b3598d7c45a6bc5485c3f6a.tar.gz bcm5719-llvm-3734fe4f359f2a9f6b3598d7c45a6bc5485c3f6a.zip |
Play around with #includes
llvm-svn: 2174
Diffstat (limited to 'llvm/lib/Analysis/DataStructure/ComputeClosure.cpp')
-rw-r--r-- | llvm/lib/Analysis/DataStructure/ComputeClosure.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/llvm/lib/Analysis/DataStructure/ComputeClosure.cpp b/llvm/lib/Analysis/DataStructure/ComputeClosure.cpp index 989f9bbcb9a..5ea706800ba 100644 --- a/llvm/lib/Analysis/DataStructure/ComputeClosure.cpp +++ b/llvm/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. // |