diff options
author | Chris Lattner <sabre@nondot.org> | 2003-10-12 21:44:18 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2003-10-12 21:44:18 +0000 |
commit | 67a9801bc510ff2c28068361fb30ae397fd1e026 (patch) | |
tree | 32be40dc31ee830f986349a2591d50cba9e48d77 | |
parent | ee2c50cca57272b92cf9e0d1fb238d14d57ea1dd (diff) | |
download | external_llvm-67a9801bc510ff2c28068361fb30ae397fd1e026.zip external_llvm-67a9801bc510ff2c28068361fb30ae397fd1e026.tar.gz external_llvm-67a9801bc510ff2c28068361fb30ae397fd1e026.tar.bz2 |
File is renamed to LoopSimplify.cpp
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9059 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | lib/Transforms/Utils/LoopSimplify.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Transforms/Utils/LoopSimplify.cpp b/lib/Transforms/Utils/LoopSimplify.cpp index b30b71c..9aee1d3 100644 --- a/lib/Transforms/Utils/LoopSimplify.cpp +++ b/lib/Transforms/Utils/LoopSimplify.cpp @@ -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 |