mirror of
https://github.com/RPCSX/llvm.git
synced 2024-11-25 20:59:51 +00:00
Fix a typo.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@128912 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
ce96902d88
commit
40f16cf91d
@ -365,7 +365,7 @@ public:
|
|||||||
virtual bool compare(const GenericOptionValue &V) const {
|
virtual bool compare(const GenericOptionValue &V) const {
|
||||||
const OptionValueCopy<DataType> &VC =
|
const OptionValueCopy<DataType> &VC =
|
||||||
static_cast< const OptionValueCopy<DataType>& >(V);
|
static_cast< const OptionValueCopy<DataType>& >(V);
|
||||||
if (!VC.hasValue) return false;
|
if (!VC.hasValue()) return false;
|
||||||
return compare(VC.getValue());
|
return compare(VC.getValue());
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user