mirror of
https://github.com/kmc7468/cs420.git
synced 2025-12-15 06:58:50 +00:00
Hotfix ir equiv
This commit is contained in:
@@ -13,7 +13,7 @@ impl IsEquiv for TranslationUnit {
|
||||
return false;
|
||||
}
|
||||
|
||||
if !rhs.1.is_equiv(rhs.1) {
|
||||
if !lhs.1.is_equiv(rhs.1) {
|
||||
return false;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user