DEBUG got moved to Debug.h
[oota-llvm.git] / utils / TableGen / CodeEmitterGen.cpp
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");