diff options
author | Dan Gohman <gohman@apple.com> | 2008-11-24 19:53:21 +0000 |
---|---|---|
committer | Dan Gohman <gohman@apple.com> | 2008-11-24 19:53:21 +0000 |
commit | ad38b6e4e51bcda85a0ef3e8dbabde72ca3e008f (patch) | |
tree | 473616e459877a5168893d69f7f4fa54b6bb0afe /include/llvm/CodeGen/LinkAllCodegenComponents.h | |
parent | d59b083d22a01d9c48c9ea16757186ebf7c7049a (diff) |
Move the scheduler constructor functions to SchedulerRegistry.h, to
simplify header dependencies for front-ends that just want to choose
a scheduler and don't need all the scheduling machinery declarations.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@59978 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/CodeGen/LinkAllCodegenComponents.h')
-rw-r--r-- | include/llvm/CodeGen/LinkAllCodegenComponents.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/llvm/CodeGen/LinkAllCodegenComponents.h b/include/llvm/CodeGen/LinkAllCodegenComponents.h index 610d66b377..07aa8b7fab 100644 --- a/include/llvm/CodeGen/LinkAllCodegenComponents.h +++ b/include/llvm/CodeGen/LinkAllCodegenComponents.h @@ -16,7 +16,7 @@ #define LLVM_CODEGEN_LINKALLCODEGENCOMPONENTS_H #include "llvm/CodeGen/Passes.h" -#include "llvm/CodeGen/ScheduleDAGSDNodes.h" +#include "llvm/CodeGen/SchedulerRegistry.h" #include "llvm/CodeGen/GCs.h" namespace { |