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 83091fa commit 15c1f84Copy full SHA for 15c1f84
clang/lib/CodeGen/CGStmtOpenMP.cpp
@@ -2137,7 +2137,7 @@ void CodeGenFunction::EmitOMPCanonicalLoop(const OMPCanonicalLoop *S) {
2137
2138
llvm::Expected<llvm::CanonicalLoopInfo *> Result =
2139
OMPBuilder.createCanonicalLoop(Builder, BodyGen, DistVal);
2140
- assert(Result && "unexpected error creating parallel");
+ assert(Result && "unexpected error creating canonical loop");
2141
llvm::CanonicalLoopInfo *CL = *Result;
2142
2143
// Finish up the loop.
0 commit comments