Skip to content

Commit ff0399f

Browse files
committed
Run clang format
1 parent 9a21d42 commit ff0399f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

clang/lib/CodeGen/CGDecl.cpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2888,8 +2888,7 @@ void CodeGenModule::EmitOMPAllocateDecl(const OMPAllocateDecl *D) {
28882888

28892889
Entry->mutateType(PTy);
28902890
llvm::Constant *NewPtrForOldDecl =
2891-
llvm::ConstantExpr::getAddrSpaceCast(
2892-
Entry, DummyGV->getType());
2891+
llvm::ConstantExpr::getAddrSpaceCast(Entry, DummyGV->getType());
28932892

28942893
// Now we have a casted version of the changed global, the dummy can be
28952894
// replaced and deleted.

0 commit comments

Comments
 (0)