From 7dd732bf805ff0ea792054e507ac55374ba8407b Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Thu, 3 Mar 2005 01:03:10 +0000 Subject: [PATCH] Add an argument. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@20413 91177308-0d34-0410-b5e6-96231b3b80d8 --- include/llvm/Transforms/Scalar.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/llvm/Transforms/Scalar.h b/include/llvm/Transforms/Scalar.h index 6675e2d0431..ae4f32e0b0e 100644 --- a/include/llvm/Transforms/Scalar.h +++ b/include/llvm/Transforms/Scalar.h @@ -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 -- 2.34.1