aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 6675e2d043..ae4f32e0b0 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