mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-12-21 02:59:15 +00:00
Typo.
llvm-svn: 63174
This commit is contained in:
parent
7f4b6231f1
commit
cd3b13fc7b
@ -253,7 +253,7 @@ bool OptionDescription::isAlias() const {
|
|||||||
}
|
}
|
||||||
|
|
||||||
bool OptionDescription::isMultiVal() const {
|
bool OptionDescription::isMultiVal() const {
|
||||||
return MultiVal == 1;
|
return MultiVal > 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
bool OptionDescription::isExtern() const {
|
bool OptionDescription::isExtern() const {
|
||||||
|
Loading…
Reference in New Issue
Block a user