summaryrefslogtreecommitdiff
path: root/include/llvm/Transforms/IPO.h
diff options
context:
space:
mode:
authorDevang Patel <dpatel@apple.com>2006-07-20 17:48:05 +0000
committerDevang Patel <dpatel@apple.com>2006-07-20 17:48:05 +0000
commit753d94a1c8fe02f64eb4f482d396712c68db1d84 (patch)
treef6d322f257940ea7edbe52e5e437e6ac81759b17 /include/llvm/Transforms/IPO.h
parentae6153f943970f3899ace54287ef4421879813e6 (diff)
downloadllvm-753d94a1c8fe02f64eb4f482d396712c68db1d84.tar.gz
llvm-753d94a1c8fe02f64eb4f482d396712c68db1d84.tar.bz2
llvm-753d94a1c8fe02f64eb4f482d396712c68db1d84.tar.xz
Add new constructor to accept vector of exported names while creating
InternalizePass. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@29222 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/Transforms/IPO.h')
-rw-r--r--include/llvm/Transforms/IPO.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/llvm/Transforms/IPO.h b/include/llvm/Transforms/IPO.h
index eba40b8516..54e6b3459e 100644
--- a/include/llvm/Transforms/IPO.h
+++ b/include/llvm/Transforms/IPO.h
@@ -117,6 +117,7 @@ ModulePass *createPruneEHPass();
/// the main function is found, all other globals are marked as internal.
///
ModulePass *createInternalizePass(bool InternalizeEverything);
+ModulePass *createInternalizePass(const std::vector<const char *> &exportList);
//===----------------------------------------------------------------------===//
/// createDeadArgEliminationPass - This pass removes arguments from functions