Skip to content

Commit

Permalink
foo
Browse files Browse the repository at this point in the history
  • Loading branch information
zhengyang92 committed Aug 2, 2024
1 parent 885f0b6 commit 72f1f66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/slice.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ Slice::extractExpr(Value &v) {
}
}

q // filter unknown operation by operand type
g // filter unknown operation by operand type
bool haveUnknownOperand = false;
for (auto &op : ops) {
// if (isa<GlobalValue>(op)) {
Expand Down

0 comments on commit 72f1f66

Please sign in to comment.