Hotfix ir equiv

This commit is contained in:
Jeehoon Kang
2020-06-13 16:38:15 +00:00
parent e8a69a3276
commit 0bdcfa7bc1

View File

@@ -13,7 +13,7 @@ impl IsEquiv for TranslationUnit {
return false; return false;
} }
if !rhs.1.is_equiv(rhs.1) { if !lhs.1.is_equiv(rhs.1) {
return false; return false;
} }
} }