mirror of
https://github.com/kmc7468/cs420.git
synced 2025-12-15 15:08:52 +00:00
Hotfix ir equiv
This commit is contained in:
@@ -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;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user