diff options
author | Chris Lattner <sabre@nondot.org> | 2007-10-09 16:27:44 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2007-10-09 16:27:44 +0000 |
commit | fc16c0a02639188df2494f42d1f49fb7261505ec (patch) | |
tree | 6b1c8481d967b14db2888a555499223c6855a1bd /llvm/include/llvm/Support/CommandLine.h | |
parent | 66966403ce5282ee85ad1b6fb215e12e89dd791c (diff) | |
download | bcm5719-llvm-fc16c0a02639188df2494f42d1f49fb7261505ec.tar.gz bcm5719-llvm-fc16c0a02639188df2494f42d1f49fb7261505ec.zip |
update prototype, fixing build error
llvm-svn: 42789
Diffstat (limited to 'llvm/include/llvm/Support/CommandLine.h')
-rw-r--r-- | llvm/include/llvm/Support/CommandLine.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/include/llvm/Support/CommandLine.h b/llvm/include/llvm/Support/CommandLine.h index e9c6aaff947..8fb7d3832ca 100644 --- a/llvm/include/llvm/Support/CommandLine.h +++ b/llvm/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 |