DEBUG got moved to Debug.h

llvm-svn: 7495
This commit is contained in:
Chris Lattner 2003-08-01 22:19:03 +00:00
parent ef90e1b189
commit 277bb3482c

View 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"