Skip to content

Commit

Permalink
fix return error
Browse files Browse the repository at this point in the history
  • Loading branch information
wsmoses committed Jun 24, 2024
1 parent c2effa5 commit 851a95c
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ class TensorTypeInterface
}
}
assert(0);
return nullptr;
}

Value createAddOp(Type self, OpBuilder &builder, Location loc, Value a,
Expand Down

0 comments on commit 851a95c

Please sign in to comment.