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

Devang Patel dpatel at apple.com
Tue Mar 6 20:41:50 PST 2007



Changes in directory llvm/include/llvm/Transforms:

Scalar.h updated: 1.75 -> 1.76
---
Log message:

Now LICM is a LoopPass.


---
Diffs of the changes:  (+1 -1)

 Scalar.h |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)


Index: llvm/include/llvm/Transforms/Scalar.h
diff -u llvm/include/llvm/Transforms/Scalar.h:1.75 llvm/include/llvm/Transforms/Scalar.h:1.76
--- llvm/include/llvm/Transforms/Scalar.h:1.75	Tue Mar  6 19:38:05 2007
+++ llvm/include/llvm/Transforms/Scalar.h	Tue Mar  6 22:41:30 2007
@@ -112,7 +112,7 @@
 //
 // LICM - This pass is a loop invariant code motion and memory promotion pass.
 //
-FunctionPass *createLICMPass();
+LoopPass *createLICMPass();
 
 //===----------------------------------------------------------------------===//
 //






More information about the llvm-commits mailing list