From a5084593ba1e797f6789efb490a0ae2c57273f82 Mon Sep 17 00:00:00 2001 From: Quentin Colombet Date: Wed, 2 Apr 2014 16:40:49 +0000 Subject: [PATCH] [ARM64][CollectLOH] Remove the link to the radar from the comments. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@205435 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/Target/ARM64/ARM64CollectLOH.cpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/lib/Target/ARM64/ARM64CollectLOH.cpp b/lib/Target/ARM64/ARM64CollectLOH.cpp index f283a04a3f5..db6ae180f6b 100644 --- a/lib/Target/ARM64/ARM64CollectLOH.cpp +++ b/lib/Target/ARM64/ARM64CollectLOH.cpp @@ -96,9 +96,6 @@ // - The MachObjectWriter gets them from the MCAssembler and writes // them in the object file. // - Other ObjectWriters ignore them. -// -// More information are available in the design document attached to -// rdar://11956674 //===----------------------------------------------------------------------===// #define DEBUG_TYPE "arm64-collect-loh"