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 54908b3 commit d17caeaCopy full SHA for d17caea
llvm/lib/Frontend/OpenMP/OMPIRBuilder.cpp
@@ -1789,7 +1789,7 @@ OpenMPIRBuilder::InsertPointOrErrorTy OpenMPIRBuilder::createParallel(
1789
if (Error Err = FiniCB(PreFiniIP))
1790
return Err;
1791
} else {
1792
- llvm::IRBuilderBase::InsertPointGuard Guard{Builder};
+ IRBuilderBase::InsertPointGuard Guard{Builder};
1793
Builder.restoreIP(PreFiniIP);
1794
Builder.CreateBr(FiniInfo.FiniBB);
1795
// There's currently a branch to omp.par.exit. Delete it. We will get there
0 commit comments