aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/SparcV9/SparcV9CodeEmitter.cpp
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2003-08-01 22:19:03 +0000
committerChris Lattner <sabre@nondot.org>2003-08-01 22:19:03 +0000
commit556d89de5851f883d66d361d6f809d02617a7852 (patch)
treeba74ee88f8b7c875ac4be9dd21ea9cbd20f85c7b /lib/Target/SparcV9/SparcV9CodeEmitter.cpp
parent038e05a9171ca81c106bc3b1c52c77284cac80e2 (diff)
downloadexternal_llvm-556d89de5851f883d66d361d6f809d02617a7852.zip
external_llvm-556d89de5851f883d66d361d6f809d02617a7852.tar.gz
external_llvm-556d89de5851f883d66d361d6f809d02617a7852.tar.bz2
DEBUG got moved to Debug.h
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7495 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/SparcV9/SparcV9CodeEmitter.cpp')
-rw-r--r--lib/Target/SparcV9/SparcV9CodeEmitter.cpp5
1 files changed, 3 insertions, 2 deletions
diff --git a/lib/Target/SparcV9/SparcV9CodeEmitter.cpp b/lib/Target/SparcV9/SparcV9CodeEmitter.cpp
index eab4835..d08ffa4 100644
--- a/lib/Target/SparcV9/SparcV9CodeEmitter.cpp
+++ b/lib/Target/SparcV9/SparcV9CodeEmitter.cpp
@@ -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"