aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--include/Support/CommandLine.h2
-rw-r--r--include/llvm/Support/CommandLine.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/include/Support/CommandLine.h b/include/Support/CommandLine.h
index 1a4a2adaab..0d1d14813c 100644
--- a/include/Support/CommandLine.h
+++ b/include/Support/CommandLine.h
@@ -119,7 +119,7 @@ enum MiscFlags { // Miscellaneous flags to adjust argument
//
class alias;
class Option {
- friend void cl::ParseCommandLineOptions(int &, char **, const char *, int);
+ friend void cl::ParseCommandLineOptions(int &, char **, const char *);
friend class alias;
// handleOccurrences - Overriden by subclasses to handle the value passed into
diff --git a/include/llvm/Support/CommandLine.h b/include/llvm/Support/CommandLine.h
index 1a4a2adaab..0d1d14813c 100644
--- a/include/llvm/Support/CommandLine.h
+++ b/include/llvm/Support/CommandLine.h
@@ -119,7 +119,7 @@ enum MiscFlags { // Miscellaneous flags to adjust argument
//
class alias;
class Option {
- friend void cl::ParseCommandLineOptions(int &, char **, const char *, int);
+ friend void cl::ParseCommandLineOptions(int &, char **, const char *);
friend class alias;
// handleOccurrences - Overriden by subclasses to handle the value passed into