1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-21 03:53:04 +02:00

File is renamed to LoopSimplify.cpp

llvm-svn: 9059
This commit is contained in:
Chris Lattner 2003-10-12 21:44:18 +00:00
parent 7fe9661cae
commit 1c8a980870

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