Skip to content

Commit 5b255ab

Browse files
committed
[Heavy] Add missing flush
1 parent f6b1ef1 commit 5b255ab

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

heavy/lib/Nbdl/NbdlWriter.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -591,6 +591,7 @@ class DefineStoreWriter : public NbdlWriter<DefineStoreWriter> {
591591
.Case<StoreComposeOp>([&, this](auto) {
592592
this->CreateClass(Op);
593593
});
594+
Flush();
594595
}
595596

596597
void CreateTag(llvm::StringRef Name) {

0 commit comments

Comments
 (0)