Remove uses of llvm/System/IncludeFile.h that are no longer needed.

llvm-svn: 50695
This commit is contained in:
Dan Gohman
2008-05-06 01:32:53 +00:00
parent dbcc2ca6b2
commit a8b7e78f54
32 changed files with 2 additions and 92 deletions

View File

@@ -40,6 +40,3 @@ void MachineLoopInfo::getAnalysisUsage(AnalysisUsage &AU) const {
AU.setPreservesAll();
AU.addRequired<MachineDominatorTree>();
}
// Ensure this file gets linked when MachineLoopInfo.h is used.
DEFINING_FILE_FOR(MachineLoopInfo)