Skip to content

Commit 4946f41

Browse files
authored
Merge pull request #16661 from dcci/debugloc430
[SILGen] When emitting an apply, don't decode the dbgloc unconditiona…
2 parents a4287e4 + ac4737b commit 4946f41

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/SILGen/SILGenApply.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4158,7 +4158,6 @@ RValue SILGenFunction::emitApply(ResultPlanPtr &&resultPlan,
41584158
}
41594159

41604160
// Emit the raw application.
4161-
loc.decodeDebugLoc(SGM.M.getASTContext().SourceMgr);
41624161
SILValue rawDirectResult = emitRawApply(
41634162
*this, loc, fn, subs, args, substFnType, options, indirectResultAddrs);
41644163

0 commit comments

Comments
 (0)