aboutsummaryrefslogtreecommitdiff
path: root/lib/CodeGen/RegAllocSimple.cpp
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2003-08-01 22:21:34 +0000
committerChris Lattner <sabre@nondot.org>2003-08-01 22:21:34 +0000
commita11136b16c6c3cf26fc6185447458a1c4b300107 (patch)
tree2dbde22dbe118af1d5875c29e7f994c46e411dd0 /lib/CodeGen/RegAllocSimple.cpp
parent84b7f8d334d413c34ac7d6c6a2750d9f40e320fc (diff)
Move DEBUG to Debug.h
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7497 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen/RegAllocSimple.cpp')
-rw-r--r--lib/CodeGen/RegAllocSimple.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/CodeGen/RegAllocSimple.cpp b/lib/CodeGen/RegAllocSimple.cpp
index 31b637496c..4d286d9952 100644
--- a/lib/CodeGen/RegAllocSimple.cpp
+++ b/lib/CodeGen/RegAllocSimple.cpp
@@ -14,6 +14,7 @@
#include "llvm/CodeGen/MachineFrameInfo.h"
#include "llvm/Target/TargetInstrInfo.h"
#include "llvm/Target/TargetMachine.h"
+#include "Support/Debug.h"
#include "Support/Statistic.h"
#include <iostream>