summaryrefslogtreecommitdiff
path: root/include/llvm/Transforms/IPO.h
diff options
context:
space:
mode:
authorMatthijs Kooijman <matthijs@stdin.nl>2008-06-24 09:14:10 +0000
committerMatthijs Kooijman <matthijs@stdin.nl>2008-06-24 09:14:10 +0000
commit4e78908b9453edf7d0907d4811c469a630aff560 (patch)
tree0b213de48bd3bce0dc79a58aa5ee0dceb90d9c47 /include/llvm/Transforms/IPO.h
parent9ef4ca2e812fc62e345fa019c2358564bbe46245 (diff)
downloadllvm-4e78908b9453edf7d0907d4811c469a630aff560.tar.gz
llvm-4e78908b9453edf7d0907d4811c469a630aff560.tar.bz2
llvm-4e78908b9453edf7d0907d4811c469a630aff560.tar.xz
Rename a few variables to be more consistent.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@52672 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/Transforms/IPO.h')
-rw-r--r--include/llvm/Transforms/IPO.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/llvm/Transforms/IPO.h b/include/llvm/Transforms/IPO.h
index 71b3fa7b08..57377f9855 100644
--- a/include/llvm/Transforms/IPO.h
+++ b/include/llvm/Transforms/IPO.h
@@ -108,7 +108,7 @@ Pass *createPruneEHPass();
/// internalized and all others are. Otherwise if AllButMain is set and the
/// main function is found, all other globals are marked as internal.
///
-ModulePass *createInternalizePass(bool InternalizeEverything);
+ModulePass *createInternalizePass(bool AllButMain);
/// createInternalizePass - This pass loops over all of the functions in the
/// input module, internalizing all globals (functions and variables) not in the