Skip to content

Commit

Permalink
紧急修改Defined错误
Browse files Browse the repository at this point in the history
  • Loading branch information
wangziwenhk committed Sep 27, 2024
1 parent 1812f24 commit 1f9534e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/IR/Context.ixx
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ namespace Riddle {
std::stack<std::unordered_set<std::string>> Defined;

public:
VarManager(): Vars({}), Defined({}) {}
VarManager(): Vars({}) {}

/// @brief 获取一个变量
Variable &getVariable(const std::string &name) {
Expand Down

0 comments on commit 1f9534e

Please sign in to comment.