From: Chris Lattner Date: Tue, 9 Oct 2007 16:27:44 +0000 (+0000) Subject: update prototype, fixing build error X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=49588d83dae22e8117231c0e72d060584cd24da9;p=oota-llvm.git update prototype, fixing build error git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@42789 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/llvm/Support/CommandLine.h b/include/llvm/Support/CommandLine.h index e9c6aaff947..8fb7d3832ca 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