From 2330f78075ff044775ac88d35f65a2994133dce1 Mon Sep 17 00:00:00 2001 From: David Greene Date: Wed, 23 Dec 2009 22:58:38 +0000 Subject: Remove dump routine and the associated Debug.h from a header. Patch up other files to compensate. llvm-svn: 92075 --- llvm/lib/Analysis/ScalarEvolution.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'llvm/lib/Analysis') 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" -- cgit v1.2.3