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 0f80c45 commit 6e78b7aCopy full SHA for 6e78b7a
llvm/lib/Frontend/OpenMP/OMPIRBuilder.cpp
@@ -1783,7 +1783,7 @@ OpenMPIRBuilder::InsertPointOrErrorTy OpenMPIRBuilder::createParallel(
1783
if (Error Err = FiniCB(PreFiniIP))
1784
return Err;
1785
} else {
1786
- llvm::IRBuilderBase::InsertPointGuard Guard{Builder};
+ IRBuilderBase::InsertPointGuard Guard{Builder};
1787
Builder.restoreIP(PreFiniIP);
1788
Builder.CreateBr(FiniInfo.FiniBB);
1789
// There's currently a branch to omp.par.exit. Delete it. We will get there
0 commit comments