We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c6d5cf5 commit de23292Copy full SHA for de23292
flang/test/lib/OpenACC/TestOpenACCInterfaces.cpp
@@ -64,8 +64,8 @@ struct TestFIROpenACCInterfaces
64
} else if (mlir::isa<acc::PointerLikeType>(typeOfVar)) {
65
llvm::errs() << "\tPointer-like: " << typeOfVar << "\n";
66
} else {
67
- assert(mlir::isa<acc::MappableType>(typeOfVar) &&
68
- "expected mappable");
+ assert(
+ mlir::isa<acc::MappableType>(typeOfVar) && "expected mappable");
69
llvm::errs() << "\tMappable: " << typeOfVar << "\n";
70
}
71
0 commit comments