aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/Transforms
diff options
context:
space:
mode:
authorRafael Espindola <rafael.espindola@gmail.com>2013-09-04 20:08:46 +0000
committerRafael Espindola <rafael.espindola@gmail.com>2013-09-04 20:08:46 +0000
commit775079c227083be3fe22f6ae071d5b74a7ade745 (patch)
treee2b079d23e0ce5b330de6b18335650dcff1330df /include/llvm/Transforms
parentf94eea9e112a75d0d328f799dd889681094cee97 (diff)
downloadexternal_llvm-775079c227083be3fe22f6ae071d5b74a7ade745.zip
external_llvm-775079c227083be3fe22f6ae071d5b74a7ade745.tar.gz
external_llvm-775079c227083be3fe22f6ae071d5b74a7ade745.tar.bz2
Rename some variables to match the style guide.
I am about to patch this code, and this makes the diff far more readable. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@189982 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/Transforms')
-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 e6eb8d3..6ebb6c4 100644
--- a/include/llvm/Transforms/IPO.h
+++ b/include/llvm/Transforms/IPO.h
@@ -109,7 +109,7 @@ Pass *createPruneEHPass();
///
/// Note that commandline options that are used with the above function are not
/// used now!
-ModulePass *createInternalizePass(ArrayRef<const char *> exportList);
+ModulePass *createInternalizePass(ArrayRef<const char *> ExportList);
/// createInternalizePass - Same as above, but with an empty exportList.
ModulePass *createInternalizePass();