llvm-svn: 63174
This commit is contained in:
Mikhail Glushenkov 2009-01-28 03:47:58 +00:00
parent 84172f7dca
commit 02b47b5e7a
1 changed files with 1 additions and 1 deletions

View File

@ -253,7 +253,7 @@ bool OptionDescription::isAlias() const {
}
bool OptionDescription::isMultiVal() const {
return MultiVal == 1;
return MultiVal > 1;
}
bool OptionDescription::isExtern() const {