File is renamed to LoopSimplify.cpp
authorChris Lattner <sabre@nondot.org>
Sun, 12 Oct 2003 21:44:18 +0000 (21:44 +0000)
committerChris Lattner <sabre@nondot.org>
Sun, 12 Oct 2003 21:44:18 +0000 (21:44 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9059 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Transforms/Utils/LoopSimplify.cpp

index b30b71c2c39dfd01f2042a13dba27029a18abd8b..9aee1d358680157039d6466addb5ed51afe4c749 100644 (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