Skip to content

Commit 8475d0a

Browse files
committed
fixup! Remove a reference to rdar://8007500
Remove another reference to the same radar.
1 parent a3afff9 commit 8475d0a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

llvm/lib/CodeGen/StackSlotColoring.cpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -523,8 +523,7 @@ bool StackSlotColoring::runOnMachineFunction(MachineFunction &MF) {
523523

524524
// If there are calls to setjmp or sigsetjmp, don't perform stack slot
525525
// coloring. The stack could be modified before the longjmp is executed,
526-
// resulting in the wrong value being used afterwards. (See
527-
// <rdar://problem/8007500>.)
526+
// resulting in the wrong value being used afterwards.
528527
if (MF.exposesReturnsTwice())
529528
return false;
530529

0 commit comments

Comments
 (0)