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 | 2330f78075ff044775ac88d35f65a2994133dce1 (patch) | |
tree | c7fbc380707bea21f96944c6aa5f062afd62ce38 /llvm/lib/Analysis | |
parent | 0295ecfea0b10f1c6beda37b859e3fc0c9aa4343 (diff) | |
download | bcm5719-llvm-2330f78075ff044775ac88d35f65a2994133dce1.tar.gz bcm5719-llvm-2330f78075ff044775ac88d35f65a2994133dce1.zip |
Remove dump routine and the associated Debug.h from a header. Patch up
other files to compensate.
llvm-svn: 92075
Diffstat (limited to 'llvm/lib/Analysis')
-rw-r--r-- | llvm/lib/Analysis/ScalarEvolution.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/lib/Analysis/ScalarEvolution.cpp b/llvm/lib/Analysis/ScalarEvolution.cpp index c09a5c85fe2..17dc686a425 100644 --- a/llvm/lib/Analysis/ScalarEvolution.cpp +++ b/llvm/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" |