summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Transforms/IPO/InlineSimple.cpp
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2003-08-01 22:15:03 +0000
committerChris Lattner <sabre@nondot.org>2003-08-01 22:15:03 +0000
commit8abcd56c74f063c30dca253b6c2a8abb30328832 (patch)
treef33a96e45a6567cee0a196b614b138964d13ba38 /llvm/lib/Transforms/IPO/InlineSimple.cpp
parentf0c6964470fb44ff2987dfb50bf1298025371562 (diff)
downloadbcm5719-llvm-8abcd56c74f063c30dca253b6c2a8abb30328832.tar.gz
bcm5719-llvm-8abcd56c74f063c30dca253b6c2a8abb30328832.zip
DEBUG got moved to Support/Debug.h
llvm-svn: 7492
Diffstat (limited to 'llvm/lib/Transforms/IPO/InlineSimple.cpp')
-rw-r--r--llvm/lib/Transforms/IPO/InlineSimple.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/llvm/lib/Transforms/IPO/InlineSimple.cpp b/llvm/lib/Transforms/IPO/InlineSimple.cpp
index 4839186966e..cde2e4a729a 100644
--- a/llvm/lib/Transforms/IPO/InlineSimple.cpp
+++ b/llvm/lib/Transforms/IPO/InlineSimple.cpp
@@ -10,8 +10,9 @@
#include "llvm/Pass.h"
#include "llvm/iOther.h"
#include "llvm/iMemory.h"
-#include "Support/Statistic.h"
#include "Support/CommandLine.h"
+#include "Support/Debug.h"
+#include "Support/Statistic.h"
#include <set>
namespace {
OpenPOWER on IntegriCloud