Skip to content

Commit df93735

Browse files
committed
post-merge fix
1 parent d1c2cd4 commit df93735

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

llvm/lib/Transforms/Utils/CodeExtractor.cpp

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -260,19 +260,6 @@ CodeExtractor::CodeExtractor(ArrayRef<BasicBlock *> BBs, DominatorTree *DT,
260260
KeepOldBlocks)),
261261
Suffix(Suffix), ArgsInZeroAddressSpace(ArgsInZeroAddressSpace) {}
262262

263-
CodeExtractor::CodeExtractor(DominatorTree &DT, Loop &L, bool AggregateArgs,
264-
BlockFrequencyInfo *BFI,
265-
BranchProbabilityInfo *BPI, AssumptionCache *AC,
266-
std::string Suffix)
267-
: DT(&DT), AggregateArgs(AggregateArgs || AggregateArgsOpt), BFI(BFI),
268-
BPI(BPI), AC(AC), AllocationBlock(nullptr), AllowVarArgs(false),
269-
KeepOldBlocks(false),
270-
Blocks(buildExtractionBlockSet(L.getBlocks(), &DT,
271-
/* AllowVarArgs */ false,
272-
/* AllowAlloca */ false,
273-
/* KeepOldBlocks */ false)),
274-
Suffix(Suffix), ArgsInZeroAddressSpace(false) {}
275-
276263
/// definedInRegion - Return true if the specified value is defined in the
277264
/// extracted region.
278265
static bool definedInRegion(const SetVector<BasicBlock *> &Blocks, Value *V) {

0 commit comments

Comments
 (0)