mirror of
https://github.com/kmc7468/cs420.git
synced 2026-03-22 16:36:56 +09: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