Skip to content

Commit cad6045

Browse files
authored
Merge pull request #14760 from lattner/cleanup
remove dead fn signature, NFC.
2 parents 64c6b09 + 2d9ae8f commit cad6045

File tree

1 file changed

+0
-2
lines changed
  • include/swift/SILOptimizer/Utils

1 file changed

+0
-2
lines changed

include/swift/SILOptimizer/Utils/Local.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -161,8 +161,6 @@ SingleValueInstruction *tryToConcatenateStrings(ApplyInst *AI, SILBuilder &B);
161161
bool tryCheckedCastBrJumpThreading(SILFunction *Fn, DominanceInfo *DT,
162162
SmallVectorImpl<SILBasicBlock *> &BlocksForWorklist);
163163

164-
void recalcDomTreeForCCBOpt(DominanceInfo *DT, SILFunction &F);
165-
166164
/// A structure containing callbacks that are called when an instruction is
167165
/// removed or added.
168166
struct InstModCallbacks {

0 commit comments

Comments
 (0)