summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/RegAlloc/RegAllocCommon.h
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2002-02-04 05:52:08 +0000
committerChris Lattner <sabre@nondot.org>2002-02-04 05:52:08 +0000
commitb0da8b2de1eb319dba1dad6e89739a3224cf961e (patch)
tree2f101671598e0619684c4bc9c7d25f2f2fec55ca /llvm/lib/CodeGen/RegAlloc/RegAllocCommon.h
parent73645f3b941a0d37225672420c1911f111f5dad0 (diff)
downloadbcm5719-llvm-b0da8b2de1eb319dba1dad6e89739a3224cf961e.tar.gz
bcm5719-llvm-b0da8b2de1eb319dba1dad6e89739a3224cf961e.zip
* Minor cleanups
* Reduce number of #includes, sometimes drastically (LiveRangeInfo.h lost _7_) * Move instrIsFeasible() from InstrScheduling.h to SchedPriorities.h * Delete blank lines at end of files llvm-svn: 1672
Diffstat (limited to 'llvm/lib/CodeGen/RegAlloc/RegAllocCommon.h')
-rw-r--r--llvm/lib/CodeGen/RegAlloc/RegAllocCommon.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/llvm/lib/CodeGen/RegAlloc/RegAllocCommon.h b/llvm/lib/CodeGen/RegAlloc/RegAllocCommon.h
index 02b33311321..9f8abe38e78 100644
--- a/llvm/lib/CodeGen/RegAlloc/RegAllocCommon.h
+++ b/llvm/lib/CodeGen/RegAlloc/RegAllocCommon.h
@@ -1,11 +1,10 @@
-#include "Support/CommandLine.h"
#ifndef REG_ALLOC_COMMON_H
#define REG_ALLOC_COMMON_H
-// THIS IS NOW SPECIFIED VIA A COMMANDLINE ARGUMENT TO LLC
-//
+#include "Support/CommandLine.h"
+
// set DEBUG_RA for printing out debug messages
// if DEBUG_RA is 1 normal output messages
// if DEBUG_RA is 2 extensive debug info for each instr
OpenPOWER on IntegriCloud