Skip to content

Commit 40e0221

Browse files
committed
Address clang-format comment
1 parent 2b3b006 commit 40e0221

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

llvm/lib/Target/PowerPC/PPCTargetMachine.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -501,8 +501,8 @@ void PPCPassConfig::addIRPasses() {
501501

502502
bool PPCPassConfig::addPreISel() {
503503
if (EnableGlobalMerge)
504-
addPass(createGlobalMergePass(TM, GlobalMergeMaxOffset, false, false,
505-
true));
504+
addPass(
505+
createGlobalMergePass(TM, GlobalMergeMaxOffset, false, false, true));
506506

507507
if (MergeStringPool && getOptLevel() != CodeGenOptLevel::None)
508508
addPass(createPPCMergeStringPoolPass());

0 commit comments

Comments
 (0)