diff options
| author | David Goodwin <david_goodwin@apple.com> | 2009-10-28 18:29:54 +0000 |
|---|---|---|
| committer | David Goodwin <david_goodwin@apple.com> | 2009-10-28 18:29:54 +0000 |
| commit | e30ed53c0525c4e7ff7b76087c4c3ef3749fd844 (patch) | |
| tree | 5534c320ca5caf89505b89eea2b50640d75fa22b /llvm/lib/CodeGen/PostRASchedulerList.cpp | |
| parent | 73789b848dbfdb20adc133434d3c1868871df984 (diff) | |
| download | bcm5719-llvm-e30ed53c0525c4e7ff7b76087c4c3ef3749fd844.tar.gz bcm5719-llvm-e30ed53c0525c4e7ff7b76087c4c3ef3749fd844.zip | |
Make AntiDepReg.h internal.
llvm-svn: 85412
Diffstat (limited to 'llvm/lib/CodeGen/PostRASchedulerList.cpp')
| -rw-r--r-- | llvm/lib/CodeGen/PostRASchedulerList.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/CodeGen/PostRASchedulerList.cpp b/llvm/lib/CodeGen/PostRASchedulerList.cpp index c3cae8a4bee..96146e97e09 100644 --- a/llvm/lib/CodeGen/PostRASchedulerList.cpp +++ b/llvm/lib/CodeGen/PostRASchedulerList.cpp @@ -19,12 +19,12 @@ //===----------------------------------------------------------------------===// #define DEBUG_TYPE "post-RA-sched" +#include "AntiDepBreaker.h" #include "AggressiveAntiDepBreaker.h" #include "CriticalAntiDepBreaker.h" #include "ExactHazardRecognizer.h" #include "SimpleHazardRecognizer.h" #include "ScheduleDAGInstrs.h" -#include "llvm/CodeGen/AntiDepBreaker.h" #include "llvm/CodeGen/Passes.h" #include "llvm/CodeGen/LatencyPriorityQueue.h" #include "llvm/CodeGen/SchedulerRegistry.h" |

