[llvm-commits] CVS: llvm/include/llvm/Transforms/Scalar.h

Chris Lattner lattner at cs.uiuc.edu
Sun Apr 18 00:21:02 PDT 2004


Changes in directory llvm/include/llvm/Transforms:

Scalar.h updated: 1.37 -> 1.38

---
Log message:

Add prototype


---
Diffs of the changes:  (+8 -2)

Index: llvm/include/llvm/Transforms/Scalar.h
diff -u llvm/include/llvm/Transforms/Scalar.h:1.37 llvm/include/llvm/Transforms/Scalar.h:1.38
--- llvm/include/llvm/Transforms/Scalar.h:1.37	Wed Mar 31 15:59:07 2004
+++ llvm/include/llvm/Transforms/Scalar.h	Sun Apr 18 00:20:32 2004
@@ -131,10 +131,16 @@
 
 //===----------------------------------------------------------------------===//
 //
-// LICM - This pass is a simple natural loop based loop invariant code motion
-// pass.
+// LICM - This pass is a loop invariant code motion and memory promotion pass.
 //
 FunctionPass *createLICMPass();
+
+
+//===----------------------------------------------------------------------===//
+//
+// LoopUnroll - This pass is a simple loop unrolling pass.
+//
+FunctionPass *createLoopUnrollPass();
 
 
 //===----------------------------------------------------------------------===//





More information about the llvm-commits mailing list