mirror of
https://git.suyu.dev/suyu/sirit.git
synced 2026-02-19 00:39:42 +00:00
Revert "operand: Implement operand hashing and use hashed set for declarations"
This reverts commit 1e665afa36.
This commit is contained in:
@@ -945,8 +945,7 @@ private:
|
||||
std::vector<std::unique_ptr<Op>> execution_modes;
|
||||
std::vector<std::unique_ptr<Op>> debug;
|
||||
std::vector<std::unique_ptr<Op>> annotations;
|
||||
std::unordered_set<std::unique_ptr<Op>> declarations;
|
||||
std::vector<Id> sorted_declarations;
|
||||
std::vector<std::unique_ptr<Op>> declarations;
|
||||
|
||||
std::vector<Id> global_variables;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user