Remove uses of "llvm/Support/Debug.h" from LLVM include files, which
authorDan Gohman <gohman@apple.com>
Mon, 7 Jul 2008 18:14:29 +0000 (18:14 +0000)
committerDan Gohman <gohman@apple.com>
Mon, 7 Jul 2008 18:14:29 +0000 (18:14 +0000)
all happened be unnecessary.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@53182 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/CodeGen/RegisterCoalescer.h
include/llvm/Support/Casting.h
include/llvm/Support/GraphWriter.h

index 8ce824a1ae44892ea3fd116feb9d0b036058c122..01d55fdb1cb2d9ed99712896193506dfb2f3f587 100644 (file)
@@ -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
index 61b91343cb90fee14d0f262ce319fc1875677721..48988f8a6bb8354c71326e634364acbb2895b4b2 100644 (file)
@@ -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() {}
index cb9199162ed3ac9506d4af5a1743ff3bb3f51945..833f4a8e089aab16b34a1b9224a95ed75ae92e46 100644 (file)
@@ -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>