DEBUG got moved to Debug.h
authorChris Lattner <sabre@nondot.org>
Fri, 1 Aug 2003 22:13:59 +0000 (22:13 +0000)
committerChris Lattner <sabre@nondot.org>
Fri, 1 Aug 2003 22:13:59 +0000 (22:13 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7491 91177308-0d34-0410-b5e6-96231b3b80d8

lib/ExecutionEngine/ExecutionEngine.cpp
lib/ExecutionEngine/JIT/JITEmitter.cpp
support/tools/TableGen/CodeEmitterGen.cpp
tools/bugpoint/CodeGeneratorBug.cpp
tools/bugpoint/ExecutionDriver.cpp
utils/TableGen/CodeEmitterGen.cpp

index 5faa2e7f64d742e618044e9e467992f2fcef835f..642b178455bcbd98fba514428cf7c2966f7df3d3 100644 (file)
@@ -11,6 +11,7 @@
 #include "llvm/Constants.h"
 #include "llvm/Module.h"
 #include "llvm/Target/TargetData.h"
+#include "Support/Debug.h"
 #include "Support/Statistic.h"
 #include "Config/dlfcn.h"
 
@@ -295,13 +296,11 @@ void ExecutionEngine::InitializeMemory(const Constant *Init, void *Addr) {
   }
 }
 
-
-
 void *ExecutionEngine::CreateArgv(const std::vector<std::string> &InputArgv) {
   if (getTargetData().getPointerSize() == 8) {   // 64 bit target?
     PointerTy *Result = new PointerTy[InputArgv.size()+1];
     DEBUG(std::cerr << "ARGV = " << (void*)Result << "\n");
-    
+
     for (unsigned i = 0; i < InputArgv.size(); ++i) {
       unsigned Size = InputArgv[i].size()+1;
       char *Dest = new char[Size];
index 476ca45a229c0b8c04c147876593b6bbc8233f14..ee98778157992f171e66f8f6fb99b16b3a9cd22a 100644 (file)
@@ -12,6 +12,7 @@
 #include "llvm/CodeGen/MachineConstantPool.h"
 #include "llvm/Target/TargetData.h"
 #include "llvm/Module.h"
+#include "Support/Debug.h"
 #include "Support/Statistic.h"
 #include <stdio.h>
 
index dc61f8f507fa441211d63b2a99a377e11d6f2824..4aaeed8e7a4fb54fb11e296d39ac1803d4551b6a 100644 (file)
@@ -6,7 +6,7 @@
 
 #include "CodeEmitterGen.h"
 #include "Record.h"
-#include "Support/Statistic.h"
+#include "Support/Debug.h"
 
 void CodeEmitterGen::run(std::ostream &o) {
   std::vector<Record*> Insts = Records.getAllDerivedDefinitions("Instruction");
index bc557e7bc757c03dae9e24cff3def54ceb0da5ed..10e2186df28a765a8e14c2645c47609250d232f9 100644 (file)
@@ -21,7 +21,7 @@
 #include "llvm/Transforms/Utils/Cloning.h"
 #include "llvm/Transforms/Utils/Linker.h"
 #include "Support/CommandLine.h"
-#include "Support/Statistic.h"
+#include "Support/Debug.h"
 #include "Support/StringExtras.h"
 #include <algorithm>
 #include <set>
index abfbe96a8c6d4ca5c01682bf99f4a724fc185b11..d4d18370ba472bd050c1b6835757364387a4963f 100644 (file)
@@ -17,7 +17,7 @@ BUGPOINT NOTES:
 #include "BugDriver.h"
 #include "SystemUtils.h"
 #include "Support/CommandLine.h"
-#include "Support/Statistic.h"
+#include "Support/Debug.h"
 #include "Support/FileUtilities.h"
 #include <fstream>
 #include <iostream>
index dc61f8f507fa441211d63b2a99a377e11d6f2824..4aaeed8e7a4fb54fb11e296d39ac1803d4551b6a 100644 (file)
@@ -6,7 +6,7 @@
 
 #include "CodeEmitterGen.h"
 #include "Record.h"
-#include "Support/Statistic.h"
+#include "Support/Debug.h"
 
 void CodeEmitterGen::run(std::ostream &o) {
   std::vector<Record*> Insts = Records.getAllDerivedDefinitions("Instruction");