File is renamed to LoopSimplify.cpp

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9059 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Chris Lattner 2003-10-12 21:44:18 +00:00
parent ee2c50cca5
commit 67a9801bc5

View File

@ -1,4 +1,4 @@
//===- LoopPreheaders.cpp - Loop Canonicalization Pass --------------------===//
//===- LoopSimplify.cpp - Loop Canonicalization Pass ----------------------===//
//
// This pass performs several transformations to transform natural loops into a
// simpler form, which makes subsequent analyses and transformations simpler and