[llvm-commits] CVS: llvm/include/llvm/CodeGen/RegAllocCommon.h
vadve at cs.uiuc.edu
vadve at cs.uiuc.edu
Sat Sep 14 18:05:00 PDT 2002
Changes in directory llvm/include/llvm/CodeGen:
RegAllocCommon.h updated: 1.8 -> 1.9
---
Log message:
Remove unnecessary include.
---
Diffs of the changes:
Index: llvm/include/llvm/CodeGen/RegAllocCommon.h
diff -u llvm/include/llvm/CodeGen/RegAllocCommon.h:1.8 llvm/include/llvm/CodeGen/RegAllocCommon.h:1.9
--- llvm/include/llvm/CodeGen/RegAllocCommon.h:1.8 Sat Sep 14 17:18:37 2002
+++ llvm/include/llvm/CodeGen/RegAllocCommon.h Sat Sep 14 18:04:52 2002
@@ -7,8 +7,6 @@
#ifndef LLVM_CODEGEN_REGALLOCCOMMON_H
#define LLVM_CODEGEN_REGALLOCCOMMON_H
-#include "Support/CommandLine.h"
-
enum RegAllocDebugLevel_t {
RA_DEBUG_None = 0,
RA_DEBUG_Results = 1,
More information about the llvm-commits
mailing list