Skip to content

Commit 61251d3

Browse files
Removed unnecessary local variable
Signed-off-by: Mikhail R. Gadelha <[email protected]>
1 parent 501a1cf commit 61251d3

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

llvm/lib/CodeGen/BranchFolding.cpp

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -153,10 +153,6 @@ bool BranchFolderLegacy::runOnMachineFunction(MachineFunction &MF) {
153153
if (skipFunction(MF.getFunction()))
154154
return false;
155155

156-
// TailMerge can create jump into if branches that make CFG irreducible for
157-
// HW that requires structurized CFG.
158-
bool EnableTailMerge =
159-
!MF.getTarget().requiresStructuredCFG() && this->EnableTailMerge;
160156
MBFIWrapper MBBFreqInfo(
161157
getAnalysis<MachineBlockFrequencyInfoWrapperPass>().getMBFI());
162158
BranchFolder Folder(

0 commit comments

Comments
 (0)