Skip to content

Commit

Permalink
Add dataflowAPI/Visitors.C
Browse files Browse the repository at this point in the history
  • Loading branch information
hainest committed Apr 3, 2024
1 parent 3e4081a commit 0c3f6a8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion dataflowAPI/src/Visitors.C
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@ AST::Ptr StackVisitor::visit(StackAST *s) {
return s->ptr();
}

// Now we get to the interesting bits
AST::Ptr StackVisitor::visit(VariableAST *v) {
// If we're an AbsRegion representing the
// stack or frame pointer, return a
Expand Down

0 comments on commit 0c3f6a8

Please sign in to comment.