aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/Support/CommandLine.h
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2007-10-09 16:27:44 +0000
committerChris Lattner <sabre@nondot.org>2007-10-09 16:27:44 +0000
commit49588d83dae22e8117231c0e72d060584cd24da9 (patch)
treed89929c8c4226e51025f340b37fb36d2a9b2124a /include/llvm/Support/CommandLine.h
parent9a5263241d40d493445d7f386b4d76be088c3ac1 (diff)
downloadexternal_llvm-49588d83dae22e8117231c0e72d060584cd24da9.zip
external_llvm-49588d83dae22e8117231c0e72d060584cd24da9.tar.gz
external_llvm-49588d83dae22e8117231c0e72d060584cd24da9.tar.bz2
update prototype, fixing build error
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@42789 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/Support/CommandLine.h')
-rw-r--r--include/llvm/Support/CommandLine.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/llvm/Support/CommandLine.h b/include/llvm/Support/CommandLine.h
index e9c6aaf..8fb7d38 100644
--- a/include/llvm/Support/CommandLine.h
+++ b/include/llvm/Support/CommandLine.h
@@ -133,7 +133,7 @@ enum MiscFlags { // Miscellaneous flags to adjust argument
//
class alias;
class Option {
- friend void cl::ParseCommandLineOptions(int &, char **, const char *);
+ friend void cl::ParseCommandLineOptions(int, char **, const char *);
friend class alias;
// handleOccurrences - Overriden by subclasses to handle the value passed into