Now that the ISel is available, it's possible to create a default instruction

scheduler creator.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@29452 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Jim Laskey
2006-08-01 19:14:14 +00:00
parent 1ed3af11b5
commit 9373beba60
4 changed files with 30 additions and 17 deletions

View File

@@ -38,6 +38,7 @@ namespace {
(void) llvm::createBURRListDAGScheduler(NULL, NULL, NULL);
(void) llvm::createTDRRListDAGScheduler(NULL, NULL, NULL);
(void) llvm::createTDListDAGScheduler(NULL, NULL, NULL);
(void) llvm::createDefaultScheduler(NULL, NULL, NULL);
}
} ForceCodegenLinking; // Force link by creating a global definition.