summaryrefslogtreecommitdiff
path: root/llvm/lib/CodeGen/StackSlotColoring.cpp
diff options
context:
space:
mode:
authorJon Roelofs <jonathan_roelofs@apple.com>2023-08-09 15:02:56 -0700
committerJon Roelofs <jonathan_roelofs@apple.com>2023-08-09 15:03:41 -0700
commit8475d0a2b853f6184948b428ec679edf84ed2688 (patch)
tree94e4a56623221e64837b1279b8d2e3b62a9c2be1 /llvm/lib/CodeGen/StackSlotColoring.cpp
parenta3afff9fd56c437b8a3228e3a96dfb7ee6ae4165 (diff)
fixup! Remove a reference to rdar://8007500
Remove another reference to the same radar.
Diffstat (limited to 'llvm/lib/CodeGen/StackSlotColoring.cpp')
-rw-r--r--llvm/lib/CodeGen/StackSlotColoring.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/llvm/lib/CodeGen/StackSlotColoring.cpp b/llvm/lib/CodeGen/StackSlotColoring.cpp
index 6d933ab12041..16a1203262e5 100644
--- a/llvm/lib/CodeGen/StackSlotColoring.cpp
+++ b/llvm/lib/CodeGen/StackSlotColoring.cpp
@@ -523,8 +523,7 @@ bool StackSlotColoring::runOnMachineFunction(MachineFunction &MF) {
// If there are calls to setjmp or sigsetjmp, don't perform stack slot
// coloring. The stack could be modified before the longjmp is executed,
- // resulting in the wrong value being used afterwards. (See
- // <rdar://problem/8007500>.)
+ // resulting in the wrong value being used afterwards.
if (MF.exposesReturnsTwice())
return false;