From: Chris Lattner Date: Thu, 3 Mar 2005 01:03:10 +0000 (+0000) Subject: Add an argument. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=7dd732bf805ff0ea792054e507ac55374ba8407b;p=oota-llvm.git Add an argument. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@20413 91177308-0d34-0410-b5e6-96231b3b80d8 --- 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