Skip to content

Commit 99745c0

Browse files
committed
Undo Comment
1 parent 977afee commit 99745c0

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/CodeGen_Hexagon.cpp

-1
Original file line numberDiff line numberDiff line change
@@ -2061,7 +2061,6 @@ void CodeGen_Hexagon::visit(const NE *op) {
20612061
}
20622062

20632063
void CodeGen_Hexagon::visit(const Allocate *op) {
2064-
// TODO: Add assert instead of failing silently.
20652064
if (op->memory_type == MemoryType::VTCM && !op->new_expr.defined()) {
20662065
// Calculate size of allocation.
20672066
Expr size = op->type.bytes();

0 commit comments

Comments
 (0)