summaryrefslogtreecommitdiff
path: root/lib/Transforms
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2003-10-12 21:44:18 +0000
committerChris Lattner <sabre@nondot.org>2003-10-12 21:44:18 +0000
commit67a9801bc510ff2c28068361fb30ae397fd1e026 (patch)
tree32be40dc31ee830f986349a2591d50cba9e48d77 /lib/Transforms
parentee2c50cca57272b92cf9e0d1fb238d14d57ea1dd (diff)
downloadllvm-67a9801bc510ff2c28068361fb30ae397fd1e026.tar.gz
llvm-67a9801bc510ff2c28068361fb30ae397fd1e026.tar.bz2
llvm-67a9801bc510ff2c28068361fb30ae397fd1e026.tar.xz
File is renamed to LoopSimplify.cpp
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9059 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Transforms')
-rw-r--r--lib/Transforms/Utils/LoopSimplify.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Transforms/Utils/LoopSimplify.cpp b/lib/Transforms/Utils/LoopSimplify.cpp
index b30b71c2c3..9aee1d3586 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