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 | c9f0d74b21e670589b1499a41a639a1f5eff0a07 (patch) | |
tree | d89929c8c4226e51025f340b37fb36d2a9b2124a | |
parent | 61db06bfaef1db75ee7d2d269fefeb889a7e8fa7 (diff) | |
download | external_llvm-c9f0d74b21e670589b1499a41a639a1f5eff0a07.zip external_llvm-c9f0d74b21e670589b1499a41a639a1f5eff0a07.tar.gz external_llvm-c9f0d74b21e670589b1499a41a639a1f5eff0a07.tar.bz2 |
update prototype, fixing build error
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@42789 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | include/llvm/Support/CommandLine.h | 2 |
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 |