Skip to content

Commit c5bd69a

Browse files
author
git apple-llvm automerger
committed
Merge commit 'b92e0a31dab5' from llvm.org/main into next
2 parents 90d0d1e + b92e0a3 commit c5bd69a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

flang/lib/Lower/ConvertVariable.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1603,7 +1603,7 @@ fir::CUDAAttributeAttr Fortran::lower::translateSymbolCUDAAttribute(
16031603
break;
16041604
case Fortran::common::CUDADataAttr::Texture:
16051605
// Obsolete attribute
1606-
break;
1606+
return {};
16071607
}
16081608

16091609
return fir::CUDAAttributeAttr::get(mlirContext, attr);

0 commit comments

Comments
 (0)