[llvm-commits] CVS: llvm/include/llvm/Transforms/Scalar.h
Chris Lattner
lattner at cs.uiuc.edu
Wed Mar 2 17:03:26 PST 2005
Changes in directory llvm/include/llvm/Transforms:
Scalar.h updated: 1.51 -> 1.52
---
Log message:
Add an argument.
---
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.51 llvm/include/llvm/Transforms/Scalar.h:1.52
--- llvm/include/llvm/Transforms/Scalar.h:1.51 Sat Jan 8 11:21:39 2005
+++ llvm/include/llvm/Transforms/Scalar.h Wed Mar 2 19:03:10 2005
@@ -232,7 +232,7 @@
// This pass convert malloc and free instructions to %malloc & %free function
// calls.
//
-FunctionPass *createLowerAllocationsPass();
+FunctionPass *createLowerAllocationsPass(bool LowerMallocArgToInteger = false);
//===----------------------------------------------------------------------===//
// This pass converts SwitchInst instructions into a sequence of chained binary
More information about the llvm-commits
mailing list