summaryrefslogtreecommitdiffstats
path: root/llvm
diff options
context:
space:
mode:
authorDan Gohman <gohman@apple.com>2008-07-07 18:14:29 +0000
committerDan Gohman <gohman@apple.com>2008-07-07 18:14:29 +0000
commit2860b7a6083ed6a9e4d544034dab096774bed37f (patch)
tree1392a04b5562e83e78eb9f466c71a79c49b2ca95 /llvm
parentf9c226beaf4b7151463c89358b7af5ce3c22795d (diff)
downloadbcm5719-llvm-2860b7a6083ed6a9e4d544034dab096774bed37f.tar.gz
bcm5719-llvm-2860b7a6083ed6a9e4d544034dab096774bed37f.zip
Remove uses of "llvm/Support/Debug.h" from LLVM include files, which
all happened be unnecessary. llvm-svn: 53182
Diffstat (limited to 'llvm')
-rw-r--r--llvm/include/llvm/CodeGen/RegisterCoalescer.h1
-rw-r--r--llvm/include/llvm/Support/Casting.h2
-rw-r--r--llvm/include/llvm/Support/GraphWriter.h2
3 files changed, 2 insertions, 3 deletions
diff --git a/llvm/include/llvm/CodeGen/RegisterCoalescer.h b/llvm/include/llvm/CodeGen/RegisterCoalescer.h
index 8ce824a1ae4..01d55fdb1cb 100644
--- a/llvm/include/llvm/CodeGen/RegisterCoalescer.h
+++ b/llvm/include/llvm/CodeGen/RegisterCoalescer.h
@@ -17,7 +17,6 @@
#include "llvm/CodeGen/LiveIntervalAnalysis.h"
#include "llvm/CodeGen/LiveVariables.h"
#include "llvm/Target/TargetRegisterInfo.h"
-#include "llvm/Support/Debug.h"
#ifndef LLVM_CODEGEN_REGISTER_COALESCER_H
#define LLVM_CODEGEN_REGISTER_COALESCER_H
diff --git a/llvm/include/llvm/Support/Casting.h b/llvm/include/llvm/Support/Casting.h
index 61b91343cb9..48988f8a6bb 100644
--- a/llvm/include/llvm/Support/Casting.h
+++ b/llvm/include/llvm/Support/Casting.h
@@ -235,7 +235,7 @@ inline typename cast_retty<X, Y>::ret_type dyn_cast_or_null(const Y &Val) {
#ifdef DEBUG_CAST_OPERATORS
-#include "llvm/Support/Debug.h"
+#include "llvm/Support/Streams.h"
struct bar {
bar() {}
diff --git a/llvm/include/llvm/Support/GraphWriter.h b/llvm/include/llvm/Support/GraphWriter.h
index cb9199162ed..833f4a8e089 100644
--- a/llvm/include/llvm/Support/GraphWriter.h
+++ b/llvm/include/llvm/Support/GraphWriter.h
@@ -23,8 +23,8 @@
#ifndef LLVM_SUPPORT_GRAPHWRITER_H
#define LLVM_SUPPORT_GRAPHWRITER_H
-#include "llvm/Support/Debug.h"
#include "llvm/Support/DOTGraphTraits.h"
+#include "llvm/Support/Streams.h"
#include "llvm/ADT/GraphTraits.h"
#include "llvm/System/Path.h"
#include <fstream>
OpenPOWER on IntegriCloud