Skip to content

Commit 3a5f916

Browse files
committed
clang-format
1 parent aedd3c8 commit 3a5f916

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

llvm/lib/Target/PowerPC/PPCMergeStringPool.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -312,8 +312,8 @@ void PPCMergeStringPool::replaceUsesWithGEP(GlobalVariable *GlobalToReplace,
312312
Indices.push_back(ConstantInt::get(Type::getInt32Ty(*Context), 0));
313313
Indices.push_back(ConstantInt::get(Type::getInt32Ty(*Context), ElementIndex));
314314

315-
Constant *ConstGEP = ConstantExpr::getInBoundsGetElementPtr(
316-
PooledStructType, GPool, Indices);
315+
Constant *ConstGEP =
316+
ConstantExpr::getInBoundsGetElementPtr(PooledStructType, GPool, Indices);
317317
LLVM_DEBUG(dbgs() << "Replacing this global:\n");
318318
LLVM_DEBUG(GlobalToReplace->dump());
319319
LLVM_DEBUG(dbgs() << "with this:\n");

0 commit comments

Comments
 (0)