[llvm-commits] CVS: llvm/include/llvm/CodeGen/RegisterAllocation.h
Chris Lattner
lattner at cs.uiuc.edu
Tue Oct 29 10:35:01 PST 2002
Changes in directory llvm/include/llvm/CodeGen:
RegisterAllocation.h updated: 1.3 -> 1.4
---
Log message:
Remove unneccesary #include
---
Diffs of the changes:
Index: llvm/include/llvm/CodeGen/RegisterAllocation.h
diff -u llvm/include/llvm/CodeGen/RegisterAllocation.h:1.3 llvm/include/llvm/CodeGen/RegisterAllocation.h:1.4
--- llvm/include/llvm/CodeGen/RegisterAllocation.h:1.3 Sat Apr 27 01:49:02 2002
+++ llvm/include/llvm/CodeGen/RegisterAllocation.h Tue Oct 29 10:34:12 2002
@@ -7,7 +7,7 @@
#ifndef LLVM_CODEGEN_REGISTERALLOCATION_H
#define LLVM_CODEGEN_REGISTERALLOCATION_H
-#include "llvm/Pass.h"
+class Pass;
class TargetMachine;
//----------------------------------------------------------------------------
More information about the llvm-commits
mailing list