llvm-svn: 63174
This commit is contained in:
Mikhail Glushenkov 2009-01-28 03:47:58 +00:00
parent 7f4b6231f1
commit cd3b13fc7b

View File

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