mirror of
https://git.suyu.dev/suyu/sirit.git
synced 2025-12-22 13:56:37 +01:00
Revert "operand: Implement operand hashing and use hashed set for declarations"
This reverts commit 1e665afa36.
This commit is contained in:
parent
58c5406436
commit
d24685ebd3
10 changed files with 13 additions and 66 deletions
|
|
@ -30,10 +30,6 @@ bool Operand::operator!=(const Operand& other) const {
|
|||
return !(*this == other);
|
||||
}
|
||||
|
||||
std::size_t Operand::Hash() const {
|
||||
return static_cast<std::size_t>(operand_type) << 30;
|
||||
}
|
||||
|
||||
OperandType Operand::GetType() const {
|
||||
return operand_type;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue