Skip to content

Commit

Permalink
ooops
Browse files Browse the repository at this point in the history
  • Loading branch information
nunoplopes committed Dec 22, 2024
1 parent d1e990c commit 80be7a9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ir/state.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -736,7 +736,7 @@ bool State::startBB(const BasicBlock &bb) {
throw_oom_exception();

DisjointExpr<Memory> in_memory;
DisjointExpr<AndExpr> UB;
DisjointExpr<expr> UB;
DisjointExpr<VarArgsData> var_args_in;
OrExpr path;

Expand Down
2 changes: 1 addition & 1 deletion ir/state.h
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ class State {

struct BasicBlockInfo {
smt::OrExpr path;
smt::DisjointExpr<smt::AndExpr> UB;
smt::DisjointExpr<smt::expr> UB;
smt::DisjointExpr<Memory> mem;
std::set<smt::expr> undef_vars;
ValueAnalysis analysis;
Expand Down

0 comments on commit 80be7a9

Please sign in to comment.