Skip to content

Commit 16d0951

Browse files
committed
format
1 parent 85a8aca commit 16d0951

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

flang/lib/Lower/Allocatable.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -629,7 +629,7 @@ class AllocateStmtHelper {
629629
unsigned allocatorIdx = Fortran::lower::getAllocatorIdx(alloc.getSymbol());
630630
fir::ExtendedValue exv = isSource ? sourceExv : moldExv;
631631

632-
if (const Fortran::semantics::Symbol * sym{GetLastSymbol(sourceExpr)})
632+
if (const Fortran::semantics::Symbol *sym{GetLastSymbol(sourceExpr)})
633633
if (Fortran::semantics::IsCUDADevice(*sym))
634634
TODO(loc, "CUDA Fortran: allocate with device source");
635635

0 commit comments

Comments
 (0)