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

lib/Target/SparcV9/SparcV9CodeEmitter.cpp

index eab48359a9fb038be12ece86d8c026644b5f2e99..d08ffa4a89a989c9e0196bc61cd7955fa342afea 100644 (file)
@@ -1,5 +1,6 @@
-//===-- SparcV9CodeEmitter.cpp -  --------===//
+//===-- SparcV9CodeEmitter.cpp --------------------------------------------===//
 //
+// FIXME: document
 //
 //===----------------------------------------------------------------------===//
 
@@ -14,7 +15,7 @@
 #include "llvm/CodeGen/MachineInstr.h"
 #include "llvm/Target/TargetMachine.h"
 #include "llvm/Target/TargetData.h"
-#include "Support/Statistic.h"
+#include "Support/Debug.h"
 #include "Support/hash_set"
 #include "SparcInternals.h"
 #include "SparcV9CodeEmitter.h"