Skip to content

Commit ec4571a

Browse files
clang-format
Signed-off-by: Mikhail R. Gadelha <[email protected]>
1 parent 61251d3 commit ec4571a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

llvm/lib/CodeGen/TargetPassConfig.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1514,9 +1514,9 @@ void TargetPassConfig::addMachineLateOptimization() {
15141514
addPass(&MachineLateInstrsCleanupID);
15151515

15161516
// Branch folding must be run after regalloc and prolog/epilog insertion.
1517-
if(!isPassSubstitutedOrOverridden(&BranchFolderPassID))
1517+
if (!isPassSubstitutedOrOverridden(&BranchFolderPassID))
15181518
addPass(createBranchFolderPass(!TM->requiresStructuredCFG() &&
1519-
getEnableTailMerge()));
1519+
getEnableTailMerge()));
15201520

15211521
// Tail duplication.
15221522
// Note that duplicating tail just increases code size and degrades

0 commit comments

Comments
 (0)