Rename DeadLoopElimination to LoopDeletion, part 2.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@50437 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Owen Anderson
2008-04-29 20:06:54 +00:00
parent d6864fee97
commit 0396cd33ca
3 changed files with 15 additions and 17 deletions

View File

@@ -319,10 +319,10 @@ FunctionPass *createMemCpyOptPass();
//===----------------------------------------------------------------------===//
//
// DeadLoopElimination - This pass performs DCE of non-infinite loops that it
// LoopDeletion - This pass performs DCE of non-infinite loops that it
// can prove are dead.
//
LoopPass *createDeadLoopEliminationPass();
LoopPass *createLoopDeletionPass();
//===----------------------------------------------------------------------===//
//