Skip to content

Commit 48874ef

Browse files
committed
Remove added line
1 parent 3f87561 commit 48874ef

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

flang/lib/Optimizer/Transforms/CUFOpConversion.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -652,7 +652,6 @@ struct CUFDataTransferOpConversion
652652
// Initialization of an array from a scalar value should be implemented
653653
// via a kernel launch. Use the flang runtime via the Assign function
654654
// until we have more infrastructure.
655-
656655
mlir::Value src = emboxSrc(rewriter, op, symtab);
657656
mlir::Value dst = emboxDst(rewriter, op, symtab);
658657
mlir::func::FuncOp func =

0 commit comments

Comments
 (0)