Skip to content

Commit d17caea

Browse files
committed
Remove redundant use of llvm namespace
1 parent 54908b3 commit d17caea

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
@@ -1789,7 +1789,7 @@ OpenMPIRBuilder::InsertPointOrErrorTy OpenMPIRBuilder::createParallel(
17891789
if (Error Err = FiniCB(PreFiniIP))
17901790
return Err;
17911791
} else {
1792-
llvm::IRBuilderBase::InsertPointGuard Guard{Builder};
1792+
IRBuilderBase::InsertPointGuard Guard{Builder};
17931793
Builder.restoreIP(PreFiniIP);
17941794
Builder.CreateBr(FiniInfo.FiniBB);
17951795
// There's currently a branch to omp.par.exit. Delete it. We will get there

0 commit comments

Comments
 (0)