aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/Transforms
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2005-03-03 01:03:10 +0000
committerChris Lattner <sabre@nondot.org>2005-03-03 01:03:10 +0000
commit7dd732bf805ff0ea792054e507ac55374ba8407b (patch)
treef49c9830f14240a458ab42e3443e23f26990bd67 /include/llvm/Transforms
parent0fbd91436230e0fedbfadbb6ee531197c9441e84 (diff)
downloadexternal_llvm-7dd732bf805ff0ea792054e507ac55374ba8407b.zip
external_llvm-7dd732bf805ff0ea792054e507ac55374ba8407b.tar.gz
external_llvm-7dd732bf805ff0ea792054e507ac55374ba8407b.tar.bz2
Add an argument.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@20413 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/Transforms')
-rw-r--r--include/llvm/Transforms/Scalar.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/llvm/Transforms/Scalar.h b/include/llvm/Transforms/Scalar.h
index 6675e2d..ae4f32e 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