diff options
author | David Greene <greened@obbligato.org> | 2009-12-23 22:58:38 +0000 |
---|---|---|
committer | David Greene <greened@obbligato.org> | 2009-12-23 22:58:38 +0000 |
commit | 63c9463c62fce8cbe02176dfa2d73f375a06f1f2 (patch) | |
tree | 2080c9edd3e78933d00a1e03ec55841b067b9d08 /lib/Analysis/ScalarEvolution.cpp | |
parent | 4850a89b77e7dc677c2b73508f2a4c10386c844f (diff) |
Remove dump routine and the associated Debug.h from a header. Patch up
other files to compensate.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@92075 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Analysis/ScalarEvolution.cpp')
-rw-r--r-- | lib/Analysis/ScalarEvolution.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/Analysis/ScalarEvolution.cpp b/lib/Analysis/ScalarEvolution.cpp index c09a5c85fe..17dc686a42 100644 --- a/lib/Analysis/ScalarEvolution.cpp +++ b/lib/Analysis/ScalarEvolution.cpp @@ -75,6 +75,7 @@ #include "llvm/Target/TargetData.h" #include "llvm/Support/CommandLine.h" #include "llvm/Support/ConstantRange.h" +#include "llvm/Support/Debug.h" #include "llvm/Support/ErrorHandling.h" #include "llvm/Support/GetElementPtrTypeIterator.h" #include "llvm/Support/InstIterator.h" |