forked from OSchip/llvm-project
parent
9470c66ced
commit
e4c9120499
|
@ -867,8 +867,7 @@ bool TypeImpl::operator==(const TypeImpl &rhs) const {
|
|||
}
|
||||
|
||||
bool TypeImpl::operator!=(const TypeImpl &rhs) const {
|
||||
return m_static_type != rhs.m_static_type ||
|
||||
m_dynamic_type != rhs.m_dynamic_type;
|
||||
return !(*this == rhs);
|
||||
}
|
||||
|
||||
bool TypeImpl::IsValid() const {
|
||||
|
|
Loading…
Reference in New Issue