projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0fbd914
)
Add an argument.
author
Chris Lattner
<sabre@nondot.org>
Thu, 3 Mar 2005 01:03:10 +0000
(
01:03
+0000)
committer
Chris 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
patch
|
blob
|
history
diff --git
a/include/llvm/Transforms/Scalar.h
b/include/llvm/Transforms/Scalar.h
index 6675e2d04319eadd2808a52c24643f32e1f0fb45..ae4f32e0b0e4f8a175b0cd9823cae896a9f758e1 100644
(file)
--- 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