[llvm-commits] CVS: llvm/include/llvm/Transforms/Scalar.h
Chris Lattner
lattner at cs.uiuc.edu
Wed Nov 17 10:02:01 PST 2004
Changes in directory llvm/include/llvm/Transforms:
Scalar.h updated: 1.48 -> 1.49
---
Log message:
New prototype for lowerpacked pass.
---
Diffs of the changes: (+5 -0)
Index: llvm/include/llvm/Transforms/Scalar.h
diff -u llvm/include/llvm/Transforms/Scalar.h:1.48 llvm/include/llvm/Transforms/Scalar.h:1.49
--- llvm/include/llvm/Transforms/Scalar.h:1.48 Sat Nov 6 18:42:29 2004
+++ llvm/include/llvm/Transforms/Scalar.h Wed Nov 17 12:01:49 2004
@@ -248,6 +248,11 @@
FunctionPass *createLowerSelectPass(bool OnlyFP = false);
//===----------------------------------------------------------------------===//
+// This pass converts PackedType operations into low-level scalar operations.
+//
+FunctionPass *createLowerPackedPass();
+
+//===----------------------------------------------------------------------===//
// This pass converts invoke and unwind instructions to use sjlj exception
// handling mechanisms. Note that after this pass runs the CFG is not entirely
// accurate (exceptional control flow edges are not correct anymore) so only
More information about the llvm-commits
mailing list