Skip to content

Commit 6e78b7a

Browse files
committed
Remove redundant use of llvm namespace
1 parent 0f80c45 commit 6e78b7a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/lib/Frontend/OpenMP/OMPIRBuilder.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1783,7 +1783,7 @@ OpenMPIRBuilder::InsertPointOrErrorTy OpenMPIRBuilder::createParallel(
17831783
if (Error Err = FiniCB(PreFiniIP))
17841784
return Err;
17851785
} else {
1786-
llvm::IRBuilderBase::InsertPointGuard Guard{Builder};
1786+
IRBuilderBase::InsertPointGuard Guard{Builder};
17871787
Builder.restoreIP(PreFiniIP);
17881788
Builder.CreateBr(FiniInfo.FiniBB);
17891789
// There's currently a branch to omp.par.exit. Delete it. We will get there

0 commit comments

Comments
 (0)