diff options
-rw-r--r-- | include/llvm/CodeGen/RegisterAllocation.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/llvm/CodeGen/RegisterAllocation.h b/include/llvm/CodeGen/RegisterAllocation.h index 2227f8eaab..a0e5da8a75 100644 --- a/include/llvm/CodeGen/RegisterAllocation.h +++ b/include/llvm/CodeGen/RegisterAllocation.h @@ -7,7 +7,7 @@ #ifndef LLVM_CODEGEN_REGISTERALLOCATION_H #define LLVM_CODEGEN_REGISTERALLOCATION_H -#include "llvm/Pass.h" +class Pass; class TargetMachine; //---------------------------------------------------------------------------- |