mirror of
https://github.com/RPCSX/llvm.git
synced 2025-03-06 11:59:54 +00:00
Typo.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@63174 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
5303c75a49
commit
57cd67f693
@ -253,7 +253,7 @@ bool OptionDescription::isAlias() const {
|
||||
}
|
||||
|
||||
bool OptionDescription::isMultiVal() const {
|
||||
return MultiVal == 1;
|
||||
return MultiVal > 1;
|
||||
}
|
||||
|
||||
bool OptionDescription::isExtern() const {
|
||||
|
Loading…
x
Reference in New Issue
Block a user