Fix comment.

llvm-svn: 40911
This commit is contained in:
Devang Patel 2007-08-07 23:16:03 +00:00
parent 2c98f8ee3c
commit 8289b6e663

View File

@ -143,7 +143,8 @@ LoopPass *createLoopRotatePass();
//===----------------------------------------------------------------------===//
//
// LoopIndexSplit - This pass splits loop
// LoopIndexSplit - This pass divides loop's iteration range by spliting loop
// such that each individual loop is executed efficiently.
//
LoopPass *createLoopIndexSplitPass();