Skip to content

Commit bf17872

Browse files
committed
[TIR][USMP] further changes for extract buffer info
* attempt 1 to fix windows build Change-Id: I9269cc23d9c252fbd27f978eb10056900b626e46
1 parent 321e30f commit bf17872

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tir/usmp/analysis/extract_buffer_info.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ void BufferInfoExtractor::VisitStmt_(const AllocateNode* op) {
129129

130130
void BufferInfoExtractor::VisitStmt_(const ForNode* op) {
131131
ScopeInfo si{
132-
.for_loop = GetRef<For>(op),
132+
GetRef<For>(op),
133133
};
134134
scope_stack.push(si);
135135
StmtExprVisitor::VisitStmt_(op);

0 commit comments

Comments
 (0)