Add an argument.
authorChris Lattner <sabre@nondot.org>
Thu, 3 Mar 2005 01:03:10 +0000 (01:03 +0000)
committerChris Lattner <sabre@nondot.org>
Thu, 3 Mar 2005 01:03:10 +0000 (01:03 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@20413 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/Transforms/Scalar.h

index 6675e2d04319eadd2808a52c24643f32e1f0fb45..ae4f32e0b0e4f8a175b0cd9823cae896a9f758e1 100644 (file)
@@ -232,7 +232,7 @@ FunctionPass *createTailCallEliminationPass();
 // 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