aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/CodeGen/PostRAHazardRecognizer.h
Commit message (Collapse)AuthorAgeFilesLines
* Add missing include to unbreak the build.Sean Hunt2010-06-141-0/+1
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@105971 91177308-0d34-0410-b5e6-96231b3b80d8
* - Do away with SimpleHazardRecognizer.h. It's not used and offers little value.Evan Cheng2010-06-141-0/+93
- Rename ExactHazardRecognizer to PostRAHazardRecognizer and move its header to include to allow targets to extend it. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@105959 91177308-0d34-0410-b5e6-96231b3b80d8