forked from OSchip/llvm-project
Revert "BranchFolder: Assert on SSA functions"
This reverts commit 6ff91d17d6
.
This commit is contained in:
parent
d32c685e10
commit
7762a3ce18
|
@ -119,8 +119,6 @@ bool BranchFolderPass::runOnMachineFunction(MachineFunction &MF) {
|
|||
if (skipFunction(MF.getFunction()))
|
||||
return false;
|
||||
|
||||
assert(!MF.getProperties().hasProperty(MachineFunctionProperties::Property::IsSSA));
|
||||
|
||||
TargetPassConfig *PassConfig = &getAnalysis<TargetPassConfig>();
|
||||
// TailMerge can create jump into if branches that make CFG irreducible for
|
||||
// HW that requires structurized CFG.
|
||||
|
|
Loading…
Reference in New Issue