update prototype, fixing build error
authorChris Lattner <sabre@nondot.org>
Tue, 9 Oct 2007 16:27:44 +0000 (16:27 +0000)
committerChris Lattner <sabre@nondot.org>
Tue, 9 Oct 2007 16:27:44 +0000 (16:27 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@42789 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/Support/CommandLine.h

index e9c6aaff947d2fc992147f83011c2eee2e4180e1..8fb7d3832cadaa727fc1a095ddb9dd5b910c6cd5 100644 (file)
@@ -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