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:
6b0b2db
)
Add prototype for the new DAE pass
author
Chris Lattner
<sabre@nondot.org>
Mon, 16 Jun 2003 12:16:52 +0000
(12:16 +0000)
committer
Chris Lattner
<sabre@nondot.org>
Mon, 16 Jun 2003 12:16:52 +0000
(12:16 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@6703
91177308
-0d34-0410-b5e6-
96231b3b80d8
include/llvm/Transforms/IPO.h
patch
|
blob
|
history
diff --git
a/include/llvm/Transforms/IPO.h
b/include/llvm/Transforms/IPO.h
index 404e1c13cf021c64f1061d53e5e5183be0416de1..610174176a7cb3ab008b4f98979d89ba27b5bbeb 100644
(file)
--- a/
include/llvm/Transforms/IPO.h
+++ b/
include/llvm/Transforms/IPO.h
@@
-68,6
+68,12
@@
Pass *createFunctionInliningPass();
//
Pass *createInternalizePass();
+//===----------------------------------------------------------------------===//
+// createDeadArgEliminationPass - This pass removes arguments from functions
+// which are not used by the body of the function.
+//
+Pass *createDeadArgEliminationPass();
+
//===----------------------------------------------------------------------===//
// These passes are wrappers that can do a few simple structure mutation