Skip to content

Commit d7f139e

Browse files
committed
Fix build after rebase
1 parent 903656f commit d7f139e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

clang/lib/CIR/Dialect/IR/CIRMemorySlot.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -141,6 +141,7 @@ DeletionKind cir::CopyOp::removeBlockingUses(
141141
const DataLayout &dataLayout) {
142142
if (loadsFrom(slot))
143143
cir::StoreOp::create(builder, getLoc(), reachingDefinition, getDst(),
144+
/*isVolatile=*/false,
144145
/*alignment=*/mlir::IntegerAttr{},
145146
/*mem-order=*/cir::MemOrderAttr());
146147
return DeletionKind::Delete;

0 commit comments

Comments
 (0)